Bushwick theme issue
-
My post titles show up at the bottom of my header image, and the font color is white, making it hard to see. How can I change that?
The blog I need help with is: (visible only to logged in users)
-
Hi @karlajowasion, it’s how the theme is designed by default, but you can add CSS to your site, which opens up quite a few options for design possibilities.
You could:
– use dark text,
– use a text shadow
– put a background behind the text
– add an overlay
– pick images that would provide a darker backgroundOr, you could even use some combination of those options.
If you want to try tinkering with CSS, you could start with something like this:
.single header.entry-header { background-color: rgba(0, 0, 0, .3); }Here’s more info on how to get started with CSS changes:
https://wordpress.com/support/custom-design/how-to-find-your-themes-css/Hoping this helps!
- The topic ‘Bushwick theme issue’ is closed to new replies.