Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1305651
    saintp
    Participant

    Hi,

    I’d like to hide the header titles Product Description, Additional Information and Reviews from the tabbed content area on a Woocommerce product detail page.

    I was able to find the following code in a previous thread on this forum, which solved for removing the Production Description and Reviews headers:

    div#tab-description h2,
    div#reviews .x-comments-area h2,
    .woocommerce-tabs .x-tab-content .description_pane h2 {
    display: none;
    }

    Do you know what CSS code I should add to the Global CSS editor to make the Additional Information header disappear?

    Thanks much!!

    #1305693
    Paul R
    Moderator

    Hi,

    You can turn those off under WP Dashboard > Appearance > Customize > Woocommerce > Single Product

    http://screencast.com/t/n8id1zTlK34

    Thanks

    #1305757
    saintp
    Participant

    Hi,
    Thanks for the reply. I don’t want to hide the Additional Info tab altogether; I just don’t want the “Additional Information” H2 heading in the content area of the tab to auto-appear.
    Does that make sense?
    Thx.

    #1305801
    Rupok
    Member

    Hi there,

    Sorry it doesn’t sounds usual. Those are tab and you can’t just remove the title to make them auto appear. Do you have any example?

    Thanks!

    #1305820
    saintp
    Participant
    This reply has been marked as private.
    #1305910
    Joao
    Moderator

    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.

    #1305949
    saintp
    Participant
    This reply has been marked as private.
    #1306563
    Rad
    Moderator

    Hi there,

    You can try this

    .woocommerce div.product .woocommerce-tabs h2 {
    display: none;
    }

    Though, I can’t really verify if it’s implemented correctly or if there are any issues affecting these since you don’t want us to see your site.

    Thanks!

    #1307922
    saintp
    Participant

    That did the trick!! Thx much 🙂

    #1308070
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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