Cross- and up-sells

Hello,

I have two questions regarding cross- and up-sells:

  • In the cross-sell products in the cart there is a text "Add an opinion". As we don't have products' opinions in our shop I would like to get rid of it. Is it possible? (Text highlighted on the ss)


  • In the up-sell products on the single product page I would like to change the up-sells title. How can I do that?

Thank you in advance!

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please ensure the page is not under maintenance before you provide us with the link.


    Thanks

  • Hi,


    The page address is natalu.com.pl.

  • 1) Please use the following CSS code:

    .woocommerce-cart .cross-sells-product .wc-block-components-product-rating{
       display: none;
    }
    

    2) There is no setting to hide it, but you can change this element's font size and line height to zero in the style tab.

    Best regards

Sign In or Register to comment.