Want to remove dates underneath blog poste titles

Hi, I would like to remove the dates underneath blog posts as I want to use the title and read more format to show some of a brief summary and then further reading for the products I want to offer. Is there any way to remove the date below the titles?


Thanks very much

Are you using the built-in RW Blog page or are you using a third party blog add-in?

If using the built-in RW Blog page, you can add this to the CSS area for the page. tt should hide the dates.

.blog-entry-date {display:none;}

4 Likes

Worked, Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.