Home Forums WoodMart support forum single product hide tab

single product hide tab

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #652126

    vt
    Participant

    hello
    i am trying to hide this tab https://prnt.sc/ufvbLNM-I1Rb so far no options can it only be hidden with css?if yes please provide the code

    #652216

    Hello,

    This is the main description on the product page. So, if you want to hide it, just remove all description content.

    If you want to remove both tabs, add the following code in Theme Settings > Custom CSS:

    .woocommerce-tabs .wc-tab, 
    .woocommerce-tabs ul.tabs li {
        display: none !important;
    }

    Best Regards.

    #652223

    vt
    Participant

    hello i dont wanna hide all tabs because this will happen https://prnt.sc/fk7NEZ7IBT6d and some important info will be hidden like this https://prnt.sc/2cRo04quaFhz and this in some products https://prnt.sc/Z4fpxpb3_qKP i wanna hide all the information about weights dimensions

Viewing 3 posts - 1 through 3 (of 3 total)