• Resolved culinden

    (@culinden)


    I am trying to hide the Additional information tab on the tabbed product page. i saw you posted a custom CSS, but it did not seem to work for me.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • etoilewebdesign

    (@etoilewebdesign)

    Hi culinden,

    What CSS did you use? You’d need to use:

    .upcp-tabbed-addtl-info-menu {
    display: none;
    }
    
    Thread Starter culinden

    (@culinden)

    i used this one i saw you had posted.

    .upcp-tabbed-addtl-info-menu, .upcp-tabbed-addtl-info {display: none;}

    • This reply was modified 8 years ago by culinden.
    Thread Starter culinden

    (@culinden)

    it worked. i had some other CSS and just reordered it.

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

The topic ‘i can’t hide Additional Information tab’ is closed to new replies.