Top Banner Background Help
- The topic ‘Top Banner Background Help’ is closed to new replies.
Need help? Check out our Support site, then
I’m trying to remove the grey block that’s obscuring the background I selected. Do you know anyway how to?
Thank you very much!
The blog I need help with is: (visible only to logged in users)
Hi there – you can do this with the following custom css:
.masthead {
background: transparent;
}
Thanks – Ben