Fresh and Clean hiding tags
-
Hi Guys,
I am a complete hack when it comes to CSS and would greatly appreciate a very basic (i.e. step by step!) answer to this query.
I was wondering how I hide the tags from above the Fresh and Clean post entries?
Any advice would be greatly appreciated!
Thanks in advance,Holly
The blog I need help with is: (visible only to logged in users)
-
The Fresh and Clean theme HTML doesn’t actually separate out the tags in a way that you can use to target just the tags, but you can hide the entire entry meta block on single posts by adding this CSS to your Appearance → Custom Design → CSS editor:
.entry-meta { display: none; } -
Thanks for your help!
glad there are people out there willing to give great advice.
x
:-)
- The topic ‘Fresh and Clean hiding tags’ is closed to new replies.