Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #365700

    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

    • This topic was modified 9 years, 11 months ago by grwebs. Reason: forgot a question
    #366070

    Hey grwebs!

    Add this to your custom CSS.

    .header-scrolled #header_meta {
        display: none !important;
    }
    .header-scrolled a { color: white !important; }
    

    Regards,
    Elliott

    #367350

    Perfect! is there a way to remove the thin line between the 2 header sections?

    Thank you

    #367385

    Hi!

    Please add following code to Quick CSS

    div#header_meta {
    border: none!important;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.