Remove entry title over feature image (Bushwick theme)
-
Hi!
How can I remove the entry title that appears on the left, on top of the feature image, in the bushwick theme? Or is there a way to change the color? Whenever I try messing with it in the CSS, it changes the entry title that appears right above the post (right side of screen); I don’t want to change that one…Thank you!
Nicole
anothernicole.comThe blog I need help with is: (visible only to logged in users)
-
To change the color of that title, date etc, add this and replace 456789 with the hex for the color you prefer:
.featured-image .site-header .entry-title, .featured-image .site-header .entry-meta a, .featured-image .site-header .post-navigation a { color: #456789; }To remove them completely, replace this:
color: #456789;
with this:
display: none; -
-
- The topic ‘Remove entry title over feature image (Bushwick theme)’ is closed to new replies.