Before you ask please READ THIS

Remove tags/ categories on single posts

edited May 2013 in Skyfashion Posts: 36
Dear Apollos,

Next on left to SKYFASHION single posts are three boxes:

Date
Tags:
Comments

How do I NOT DISPLAY the box with the tags/category names and keep boxes with date and comments?
And just in case, I decided: can I switch off/on comments box like this as well?

Pls explain "very slowly" if running into CSS and coding is necessary...

Help is much appreciated.

Kind regards,

Hughes

BTW:
Theme is simply beautiful and I really looked across a large variety of options - Love your work!

Comments

  • Posts: 493
    Hi Hughhenry,

    Open file in your theme common/css/skeleton/layout.css and add this code at the end of file:
    
    .post_tags, .comments_count  {
         visibility: hidden;
    }
    
    
    Let me know if it works

    With regards
  • Posts: 36
    Magic!

    It did - thank you very much!

    Best,

    Hughes
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion