Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1076471
    recedo
    Participant

    Hi,

    I am using cornerstone to edit the product descriptions with woocommerce. As such, I would like to remove the tab container, the tab title and the “Product Description” h2. I have searched the forums and can get part of this to work but can’t seem to remove it all… I have disabled all of the other tabs so they do not display, I just want to get rid of the container and titles.7

    Thanks in advance

    #1076473
    recedo
    Participant
    This reply has been marked as private.
    #1076811
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    
    .x-nav-tabs.top>.active>a, .x-nav-tabs.top>.active>a:hover, .woocommerce div.product .woocommerce-tabs h2, .x-nav-tabs {
    display: none;
    }
    
    .x-tab-content {
    border: none;
    }
    
    

    Hope that helps,

    Joao

    #1105728
    recedo
    Participant

    Thanks for the code 🙂

    #1105799
    Nico
    Moderator

    Feel free to let us know how it goes.

    Thanks.

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