• Hello, what can I do if the “Hyde Badges in Sidebars” is not working properly? On my product page a “Product Sidebar Widget” is displayed and nothing is hidden here!
    I’m using Flatsome Theme
    Thanks – Rainer

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    Thanks for contacting us and I hope you’re doing well ??

    I would like to take a look to your site in order to understand the issue and try to help you.

    Maybe I can help you to hide it with a CSS rule.

    I’m looking forward your response.

    Have a good day.

    Thread Starter rainer99

    (@rainer99)

    Hi Carlos,

    please look here: https://rhtrading.de/shop/fefi-set-animal-print-zebra-hardcase-brillenetui-tuch/

    And do you know, where to edit the headline: “Das k?nnte dir auch gefallen …” I can not find it…

    Thanks – Rainer

    Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    Thanks for contacting us and I hope you’re doing well ??

    I checked your page and I cannot find the widget.

    Maybe you mena to the upsell section.

    In this case try to add the following CSS rule on Appearance > Customize > Additional CSS

    .up-sells.upsells.products.upsells-wrapper.product-section .yith-wcbm-badge{
        display:none;
    }

    About the title, you can use the following filter

    add_filter( 'woocommerce_product_upsells_products_heading', 'woocommerce_may_also_like' );
      
    function woocommerce_may_also_like() {
       return __( 'You could also like…');
    }

    and set the title you want.

    I hope it helps you.

    Have a good day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hyde Badges in Sidebars not working well’ is closed to new replies.