• Resolved dexxdesign

    (@dexxdesign)


    Hi Team;

    How to hide tags on the bottom of single post. I see only hide/show metatags in customize option.

    Can you give me some custom css to apply.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Di Themes

    (@dithemes)

    Hi @dexxdesign

    To hide tags for all posts:

    
    .single-posst .entry-content .singletags {
        display: none;
    }
    

    To hide tags for selected post:

    
    .post-816 .entry-content .singletags {
        display: none;
    }
    

    Here 816 is post Id so you can replace it accordingly.

    Thank you

    Thread Starter dexxdesign

    (@dexxdesign)

    Superb! Thanks @dithemes for your great support. I should rate it 5 right now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Tags’ is closed to new replies.