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.