Toujours theme – remove published on (date)
-
Hi, working with theme Toujours I would like to remove, from posts and posts previews the text “published on” and the date.
I have tried several CSS codes, but I could just remove the date, and “published on” text still remains… would you know how-to? Thank you!
The blog I need help with is: (visible only to logged in users)
-
Here’s the code that you’ll want to add to your CSS editor
span.posted-on { display: none; }Hope this helps!
-
- The topic ‘Toujours theme – remove published on (date)’ is closed to new replies.