Custom CSS so Product Tags do not appear on page

This topic has 6 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Robert Hall

  • Avatar: katashworth
    katashworth
    Participant
    June 21, 2016 at 03:24

    Is there custom css code to make product tags NOT SHOW on product page. I would like to be including them in each product to increase SEO and internal site searchability, however I don’t want them cluttering each product page. Is this possible?

    5 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 21, 2016 at 08:41

    Hello,

    Please show a direct page where you have product tags displaying.

    Best regards,
    Jack Richardson.

    Avatar: katashworth
    katashworth
    Participant
    June 22, 2016 at 03:07

    Hi,
    I’ve only added one tag to one product to see how and where it displayed. See: http://www.idisdesigns.com/shop/long-neck-top/

    Regards,
    Kat

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 22, 2016 at 10:58

    Hello,

    Please use this code in Theme Options > Custom CSS > Global Custom CSS:

    span.tagged_as {
        display: none;
    }

    Best regards,
    Jack Richardson.

    Avatar: katashworth
    katashworth
    Participant
    June 25, 2016 at 05:49

    Hi,
    Great, that Custom CSS worked. What would be the Custom CSS to display: none, the SKU: ?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 25, 2016 at 08:14

    Hello,

    Please use this code in Theme Options > Custom CSS > Global Custom CSS:

    .sku_wrapper{
       display: none !important;
    }

    Regards,
    Robert Hall

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.