removing timestamp in Opti theme from articles posted in featured categories
-
Hi,
I was wondering if anyone had a suggestion on how to remove timestamps from articles posted in featured categories of an Opti theme site?
My site is supposed to be a future news articles, so I am trying to purge references to the present ;-)
Thanks,
Ryan
The blog I need help with is: (visible only to logged in users)
-
Hi there, I see you have used the following CSS to hide the post metadata from your posts.
.postmetadata { display: none; }Nice job! Let us know if you have additional questions.
-
Yeah, that worked for the articles themselves, but if you scroll down to look at the articles in the featured categories, they still have the timestamp. Any ideas how to hide that?
-
Ah, sorry, the following CSS will remove the dates in the featured categories section.
#featured-cats .date { display: none; } -
-
- The topic ‘removing timestamp in Opti theme from articles posted in featured categories’ is closed to new replies.