Remove dates in triton lite
-
I’ve tried to remove the date from all of my posts in the triton lite theme by using the css below:
time.entry-date {
display: none;
}It is not working. I’ve also tried:
.entry-date {
display: none;
}This doesn’t work either. Does anyone know of another way to remove dates from the posts in triton lite?
Thanks so much!
The blog I need help with is: (visible only to logged in users)
-
The date stuff on Triton Lite is done a bit differently. The following uses the parent div CSS class and hides the entire div.
.single-metainfo { display: none; } -
thanks for your response thesacredpath. unfortunately, that didn’t work. any other ideas?
-
Hmmm, I just inserted
.single-metainfo { display: none; }directly into your customizer and the date disappeared on single post pages such as http://allisonalford.info/2014/10/12/elderberry-chocolate/ . Is that not what you are wanting? If it is, can you try again?
-
thank you for posting again thesacredpath! it worked this time!
i’m not sure what was happening before, as i tried it multiple times, double checking the text each time. i’m glad it’s working now, thanks again.
-
- The topic ‘Remove dates in triton lite’ is closed to new replies.