CSS code
-
Hi! I was wondering since my blog is a business/ an artist management agency if I could make it look more like one by taking away the date of the post , the author, the filed under etc… Could you please help me? I need a a team of experts for that as I know absolutely nothing about css, and it terrifies me :). The name of my blog / website is http://www.hrepresents.com and any more advice is of course welcomed Many Thanks! Hélène
The blog I need help with is: (visible only to logged in users)
-
To hide all the post details underneath the blog titles, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
.hentry small { display: none; } -
-
- The topic ‘CSS code’ is closed to new replies.