Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1194772
Hiding date in one blog list only
Closed

Comments

  •  1
    Natoulie started the conversation

    Hi,

    I have 2 blogs on my site, but I'd like to hide the date for one blog list only, could you please suggest the solution?

  •   Natoulie replied privately
  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    .category .blog-style-default .entry-date {
        display: none;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  1
    Natoulie replied

    Hi Gregor,

    Thank you for your reply, but unfortunately the css you provided hasn't solved my issue. I'd like to hide the entry date for one category only. I was trying to add the category name to the css but this hasn't worked either. 

    Could you please suggest some different solution?

    Thank you!

  •   Natoulie replied privately
  •  7,280
    Oliver replied

    HI!

    Css:

    .category-6 .blog-style-default .entry-date {
        display: none;
    }
    .category-6 .blog-style-default .entry-meta {
        display: none;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   Natoulie replied privately
  •   Oliver replied privately