Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1002816

    Hello,

    Where do I change the (green) color of my header? I changed the entire color scheme, and the header color has remained the same.

    Also, when I scroll down, the logo darkens. How do I prevent this?

    http://www.lknows.com

    Thanks!

    L

    • This topic was modified 6 years, 2 months ago by Lknows.
    #1002845

    Hey BrilliantL,

    What color scheme are you looking to make the header? If you want it white, the menu link color must be adjusted as well.

    I’m not seeing the logo darken.

    Best regards,
    Jordan Shannon

    #1002921

    Hi Jordan,

    Thank you. I’m not sure what color I want it – perhaps white, or black or gray. How do I change it?

    The logo is no longer darkening. Thank you!

    L

    #1003289

    Hi,

    Please add

    #top .av_header_transparency #header_main { background: #000; }

    and should change the color

    Best regards,
    Basilis

    #1006771

    Thanks Basilis.

    I have updated it with this code for white:

    #top .av_header_transparency #header_main { background: #FFFFFF; }

    However, it seems to a) flash green (old color) very briefly once I scroll down, and the menus are not visible until I scroll down.

    Any suggestions?

    Thanks,

    L

    #1007659

    Hi,

    Yes, can you please disable the cache so it can be worked out?

    Best regards,
    Basilis

    #1007662

    Sure thing. How do I do this? Just tried to figure it out on my own without success …

    L

    #1007989

    Hi,

    Are you running any caching or minification plugins? If so just disable them temporarily.

    Best regards,
    Jordan Shannon

    #1009928
    This reply has been marked as private.
    #1010327

    Hi Lknows,

    I see it happening only on the home page and I cannot really find where it is coming from, but the code below will help you fix it:

    
    .home #header {
      background-color: #fff;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1011603

    Hello Victoria + All,

    Thanks for your help. This code didn’t fix it. See below for the additional code that I already had in there as per y’all’s suggestion.

    I tried removing the other code (on top) and it still didn’t work.

    Any further guidance?

    Yours,

    L

    #top .av_header_transparency #header_main { background: #FFFFFF; }

    .home #header {
    background-color: #fff;
    }

    #1011841

    Hi Lknows,

    The code I gave you works, but you have this code here too
    Image 2018-09-19 at 15.56.07.png

    You probably set the transparency header to menu links to be white and so they are invisible now.

    I’m not even sure why you need header transparency, your header and the page are white.

    Best regards,
    Victoria

    #1018080

    Thanks Victoria / All – it worked out.

    L

    #1018086

    Hi,

    I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Header color change & darkening’ is closed to new replies.