Gray shading over header in Business Field Pro theme
-
I can’t seem to get rid of this gray overlay on my header. I’ve tried different CSS code that I have seen posts but it doesn’t work. Any ideas?
The blog I need help with is: (visible only to logged in users)
-
-
Hi jromom,
It looks like your WordPress site – papertreecreations.com is hosted elsewhere, not at WordPress.com. Your site is using the WordPress software from WordPress.org so their forums are the place to go for support questions. It is easy to get the two mixed up. This link explains the difference between the two: https://en.support.wordpress.com/com-vs-org/
Here is a direct link to the WordPress.org forum: https://wordpress.org/support/forums/
Looking at your site, I don’t see a grey overlay on the header but instead a background image is being used. You should have an option in your site Customizer (Appearance -> Customizer from the dashboard) to modify your header. It looks like the theme you are using is Business Field Pro. Here’s a link which has a section on the managing the Header Image for that theme: https://themepalace.com/instructions/themes/business-field-pro/
Otherwise, you should be able to remove the image with:
#custom-header { background-image: none; } -
I realized after I posted this was the wrong place. Sorry. That fix doesn’t work, but thanks anyway.
-
Hey, that’s ok, hope you’ve found a solution. If not, as a quick suggestion I’d try adding !important to the end of the background-image:none; (so background-image: none !important;) just in case there are some CSS specificity issues.
- The topic ‘Gray shading over header in Business Field Pro theme’ is closed to new replies.