Home Forums WoodMart support forum Hide tags from Single page in mobile

Hide tags from Single page in mobile

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

    [email protected]
    Participant

    Hi,
    How can i hide Tags from the Single page product just for mobile?
    Thanks!

    #398397

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body.single .product_meta > span.tagged_as {
    display:none;
    }

    Best Regards

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