Home Forums WoodMart support forum Hide tags

Hide tags

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #83081

    davidjungle
    Participant

    Hi. I would like to hide the tags. I use them for SEO but I do not like that the visitor can see them. Is there an option or css code to not show them?

    #83098

    Hello,

    Add this code to the Theme Settings > Custom CSS:

    .meta-location-add_to_cart .product_meta .tagged_as{
    display:none;
    }

    If the code does not work, please provide your site admin access.

    Best Regards

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