Hide extraneous box on Oxygen main slider
-
Hi,
I’ve searched this forum for answers how to hide the box that’s left on main slider when you remove date/time stamp. I found one answer, but when I added this CSS code in my CSS editor, it looked exactly as before. Does anyone know the exact code or what to do to remove this box?
Thanks, Julia
The blog I need help with is: (visible only to logged in users)
-
Julia, to the left of the slider on your main page is the black secondary menu, is that what you are talking about?
-
It looks like you were using this before to remove the date from the main slider on the Oxygen theme home page:
.entry-meta { display: none }And then you added this to remove the block above that (which is the space for the post title, but your post doesn’t have a title so it just looks like a box).
.wf-active .featured-post .entry-title a { display: none }You could get the same result limited to just the home page by removing those and adding this instead:
.home .featured-post .entry-title, .home .featured-post .entry-meta { display: none; }
- The topic ‘Hide extraneous box on Oxygen main slider’ is closed to new replies.