Tagged: Advanced Customization
- AuthorPosts
- July 22, 2021 at 6:19 pm #40868Barbara SalmeronGuest
Hi there! I’m trying to add a call to action widget (button image) to the header in my Florentine themed site…
The backgrounds of every widget are always white or yellow, and I cannot figure out how to change that color to match the background of my header. Can you tell me how to change the color? I also want the button to show up on the header of every page, not just the homepage.
My other option is to upload a new header that includes the button, but then the entire header image must be clickable to take user to desired action step.
Please help!
July 22, 2021 at 6:22 pm #40878Jesse OwensKeymasterHi Barbara-
Thanks for the great question! In the BoldGrid Florentine theme, this is only possible with Custom CSS. If you’re interested in a Theme that offers complete header customization without the use of any code, I recommend checking out our newest theme, the Crio Supertheme.
If you’d rather stick with Florentine, here’s how you can do it.
First, navigate to Customize > Advanced > Custom JS/CSS and paste this into your Custom Theme CSS:
#masthead aside { background-color: transparent; border: none; }
This will remove the border and make the background transparent, so it will completely blend into your header design.
- AuthorPosts
- The topic ‘How to Change Widget background color’ is closed to new replies.