[Resolved] Remove woocommerce product description title

Home Forums Support [Resolved] Remove woocommerce product description title

Home Forums Support Remove woocommerce product description title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #970389
    Greg

    Would like to remove the description tab with its grey box around.

    Tried some of the codes I found on the forums but none work for me?

    #970390
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

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

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #970419
    Greg

    Amazing! That did it. Thanks, Leo

    #970537
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.