Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @hautecreations

    Thank you for reaching out!

    I have tried to remove the text (You may also like…) using Custom CSS, and here is the output: https://d.pr/i/gZsWze

    You can try the below CSS code:

    /* remove upsell text | 5568743-zen | NS */
    
    .up-sells > h2 {
        display: none !important;
    }

    To implement the above Custom CSS, kindly navigate to WP Admin > Appearance > Customize > Additional CSS > and add the Custom CSS there.

    Let us know if this works for you.

    Thread Starter Royah Marie

    (@hautecreations)

    That worked perfectly! Is there a way to add some space in between the heading and the products? Now that the “you may also like” is hidden, the items are too close.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove words: “You may also like…”’ is closed to new replies.