Header image opacity not saving
- The topic ‘Header image opacity not saving’ is closed to new replies.
Need help? Check out our Support site, then
I selected a header for the sidebar in Oslo. Then under “Theme” when I change the header image opacity, it doesn’t save the change. So I am not able to change the header image opacity. Can anyone help with this?
Thanks.
The blog I need help with is: (visible only to logged in users)
Hello!
Sorry for the wait – are you using the header (sidebar) background image feature?
Thanks,
Yes. For now I am using a different image for which I don’t need to change the opacity. But it would be nice to have the option.
Thanks.
Thanks! I’ll have someone look into this. Can’t seem to replicate the problem from my end, but we’ll investigate. Thanks!
Any word on fixing on the problem? In customization, under theme, I change the header opacity or the menu opacity and hit “save” at the top, it looks like its saving. But then nothing changes.
Hey!
Sorry for the wait – Do you happen to have a Premium WordPress account? If so, I can send you some code that should fix this for you :)
Yes, I have a Premium account.
In that case, try adding this to your theme’s CSS file:
#header-image {
opacity: 0.6;
}
You can adjust the 0.6 to any # between 0 and 1. Let me know if that works!
Where and how do I add to the theme’s CSS file?
Thanks.
Never mind last question. Figure it out. Thanks.