Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40868
    Barbara Salmeron
    Guest

    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!

    #40878
    Jesse Owens
    Keymaster

    Hi 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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to Change Widget background color’ is closed to new replies.