Hi,
I am working on a site – and I love the new transperency headers. One thing I want to do is have the shrunk / sticky header to have the same bgd and font color as the other. I have been playing with this to happen.
but I have a white line between the 2 sections – can’t get rid of it.. also, I would like to have the font stay the same color – right now it goes to a dark gray / black and then when you are on the page (in sticky shrunk header mode) you can’t see the page you are on..
also the top above the mini sticky header turns white – we want to keep this the blue. Thank you for your prompt help
http://www.solarpathusa.com/NewWebsite/
Julie
Hey grwebs!
Add this to your custom CSS.
.header-scrolled #header_meta {
display: none !important;
}
.header-scrolled a { color: white !important; }
Regards,
Elliott
Perfect! is there a way to remove the thin line between the 2 header sections?
Thank you