Theme Jason, update CSS to remove date
-
Could you tell me how to use theme Jason, and to remove the date? I’ve tried adding…
.post .post-date {
display: none;
But that does nothing. Can this be done? I bought the premium plan so that I could change the CSS but so far it isn’t working.The blog I need help with is: (visible only to logged in users)
-
Hi there, CSS is theme specific, and for Jason, this would be the CSS you would need to hide the date on posts.
.entry-meta .posted-on { display: none; } -
I used the web inspector built into my browser to find the relevant CSS. If you are not familiar with the web inspector in your browser, take a look at our support page on How to Find Your Theme’s CSS where you will find some brief screencasts to get you started with it. I find it an invaluable tool when working with CSS.
-
-
-
- The topic ‘Theme Jason, update CSS to remove date’ is closed to new replies.