badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Hidden tags on homepage website- how to set up?

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #54733
    mateusz89010
    Participant

    Hello,
    I have trouble with tags on my website. How can I hide/not display tags on main homepage website on PC, tablet and mobile devices view.

    I surf the internet and found this code:
    body.home .tag-links {
    display: none;
    }

    This code IS WORKING and tags not display on homepage my site BUT this code NOT solve problem with tags on mobile version view. When I use mobile phone I see all the time tags. So what code I must to add to CSS Design if I want to have hidden tags on homepage in all platforms (PC, mobiles, tablets)?

    Help me please 🙂
    Matt 😉

    #54770

    Hi matt,

    Just add below custom css code to hide the tags from your homepage.

    .home .tag-links {
        display: none;
    }

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.