Home Forums WoodMart support forum Remove additional Information tab on product page

Remove additional Information tab on product page

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

    jerdinandlopez
    Participant

    How to hide or disable Additional Information Tab when I add an attribute?, I only want the brand/logo to show beside the product title.

    Attachments:
    You must be logged in to view attached files.
    #603343

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global.

    li.additional_information_tab {
      display: none;
    }

    Best Regards

    #603845

    jerdinandlopez
    Participant

    Hello, it works but only on desktop screen how to hide it on mobile and tablet accordion cant get the right id

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