Reply To: Fluid Header

Home Forums Support Fluid Header Reply To: Fluid Header

Home Forums Support Fluid Header Reply To: Fluid Header

#159393
Tom
Lead Developer
Lead Developer

This URL didn’t work for me: fluid.epiphany365.com

You should be able to do it just like that second site by setting the “Customize > Layout > Header Layout” to fluid, and setting your background color for the header.

You can do that using the Colors add-on, or some CSS:

.site-header {
    background-color: #222222;
}