please help: issue with extraneous box in oxygen slider
-
I removed the date from all of my posts so it would make it look more like a website. used code to customize CSS. great. now i have an extraneous white box under the titles on my slider in the oxygen theme where the date used to be. how to get rid of this? any assistance is greatly appreciated.
The blog I need help with is: (visible only to logged in users)
-
-
-
Step back one level in the CSS. So instead of this:
.entry-date { display: none; }Do this:
.entry-meta { display: none; }Looks like you already got it figured out though. Nice work!
- The topic ‘please help: issue with extraneous box in oxygen slider’ is closed to new replies.