Conditional formatting in CSS
-
The theme I am using display all posts on the front page with their date.
I want to hide the date for some posts.This code in the Child theme style.css hides the dates on all posts
.month { display:none; }Can I use custom fields to hide the date on only some posts?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Conditional formatting in CSS’ is closed to new replies.