Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #664562

    Hello,

    I’m using the Clear or glass menu for the home page of my website, i want to know how to change the font colors when the menu is in glass form only, as when you scroll down the menu turns white, and the colors are nice when its white. so is there a way to change the colors only when the menu is in glass form?

    #664590

    Hey Jihad,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av_header_transparency a .avia-menu-text{
        color:#fff!important;
    }
    

    Best regards,
    Vinay

    #664645

    Hello Vinay,

    That worked for the menu, how do i do the language switcher and the contact fields?

    #665208

    Hello Vinay,

    That worked for the menu, how do i do the language switcher and the contact fields?

    #665599

    Hi,

    Please use the following css code for the language switcher and the contact info:

    #top #wrap_all .av_header_transparency .sub_menu > ul > li > a {
        color: #ffffff;
    }
    
    .header_color .phone-info a {
        color: #ffffff;
    }

    Best regards,
    Ismael

    #667166

    Hey Ismael,

    That worked, but the contact element stays white even after the menu goes into Sticky mode.

    • This reply was modified 8 years, 3 months ago by J.A.R..
    #667257

    Hey!

    Please change the second code to following one

    .av_header_transparency .phone-info a {
        color: #ffffff;
    }

    Best regards,
    Yigit

    #667263

    Perfect. thank you guys always and always.

    #667266

    Hey!

    You are welcome, glad we could help :)

    Cheers!
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Clear Menu elements color change’ is closed to new replies.