Black Bar Replacing Removed Header Image
-
Hello,
I was provided the code to stop my home page featured images from becoming header images on each post however there is now a very thick black bar running across the top of the page in its place. Is there a way to remove this?
Thank you,
GinaThe blog I need help with is: (visible only to logged in users)
-
Hi Gina, we can modify the code you were give to the following which takes away the entry header post thumbnail area altogether, but this will also hide the category and post title.
.single-post .entry-header .post-thumbnail { display:none }The other options would be to make the base black area at the top and then a gradient will show through.
.single-post .entry-header .post-thumbnail { background-color: #fff; }
- The topic ‘Black Bar Replacing Removed Header Image’ is closed to new replies.