help with headers
-
hi, i’d like to know how to stop the headder on the main page to display the date when the entry was added, thanks.
[moved to CSS Customization]
The blog I need help with is: (visible only to logged in users)
-
You can hide the date using the following custom CSS. You need Custom Design upgrade on your account to be able to add this CSS to the CSS Editor.
.home time.entry-date.published { display: none; }
- The topic ‘help with headers’ is closed to new replies.