Theme Rosalie – Remove date information
-
I would like to remove the publication date information (in my homepage, in the slider, we can see the date of the post’s publication also in the other pages) The theme I’m using is ROSALIE. The site I need help with is: http://foreveryoungdotlive.wordpress.com
Many thanks for your help.
CarolineThe blog I need help with is: (visible only to logged in users)
-
Hi Caroline,
You can hide the date by adding the following snippet to the CSS panel of the Customizer:
.posted-on { display: none; }Hope that’s helpful! Let me know if you spot the date anywhere else on your site, also.
-
Hi, thank you for your reply. But I added the above snippet to the CSS panel and the date information is still here…
I am not sure if I did something wrong
-
Sorry about that! Could you try the following instead? This will more accurately target your date:
span.posted-on { display: none; } -
-
- The topic ‘Theme Rosalie – Remove date information’ is closed to new replies.