Hey,
Not sure what im doing wrong, (or what setting i haven’t checked)
But for http://ilivio.com/home/ The header is still white. No matter which option i choose (from the layouts with the header up top) the header never actually changes. If i chose the menu to be at the left, it will go transparent like i need it, but not when menu is set to the top. Header types 1-5 all look the same when i try to change them.
I did try this code suggested in another thread. adding custom css to make the header transparent with.
.home .header-type-2 .header{
background-color: transparent;
}
I changed the header-type to whatever type i had selected (1-5) still no luck
.fixed-header-area {
background-color: transparent;
}
This worked to make the fixed header transparent, but not the main floating header.
Any suggestions?