Home Forums Themes Support Claue Hide elements on single product page conditionally

Topic Resolution: Resolved
Viewing 1 reply thread
  • Author
    Posts
    • #34191

      How can i hide certain elements like description tabs and social media icons for instance on single product page on a specific product.  This is the gift card page which is set up like a product on single product page, and it does not need all of the elements that regular products have on page.

      Gift Card

      I need to know how I can hide elements Only on this product on single product page. thx.

    • #34193

      I figured it out.  “.postid-41557” is the unique page identifier, but it only lets me add the one element at a time “.clau-pro-tab”.

      .postid-41557 .claue-pro-tab{
      display:none!important;
      }

       

Viewing 1 reply thread

You must be logged in to reply to this topic.