Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1250081
    compania123
    Participant

    Hi there I want to ask how to turn off the product details below the products which I’m sending on the link. I want to leave it white as the rest of a background. Thank you.

    http://palimeovocie.sk/wp-content/uploads/2016/11/prtscr.jpg

    Michael

    #1250156
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1250515
    compania123
    Participant
    This reply has been marked as private.
    #1250764
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .single-product .woocommerce-tabs {
        display: none;
    }
    

    Hope that helps.

    #1251377
    compania123
    Participant

    Great thank you, but there is still an issue that in variable products there is a catalogue number. Can you help?

    http://palimeovocie.sk/wp-content/uploads/2016/11/issue.jpg

    Michael

    #1251466
    Paul R
    Moderator

    Hi Michael,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .woocommerce div.product .summary .product_meta {
        display:none;
    }
    

    Hope that helps.

    #1251480
    compania123
    Participant

    Problem solved. Thanks a lot.

    Michael

    #1251618
    Christian
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1250081 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>