No showing post date and author in each post
-
I would like to know the CSS code. please help.
The blog I need help with is: (visible only to logged in users)
-
Hi there, on the Spun theme, you can hide the entry meta data (date/author) below post with the following CSS.
.entry-meta { display: none; } -
thank you very much! May I know if there is any chance to keep the bottom widgets all the time without click onto “+” icon? please advice.
-
@charfihung, there sure in on Spun. Add the following CSS to make the widgets display all the time. The first rule does that, and the second hides the little +/- icon.
.widget-area { display: block !important; } .sidebar-link { display: none; } -
-
- The topic ‘No showing post date and author in each post’ is closed to new replies.