Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #414035

    Hi,

    How do I change the font colour of social media icons and top menu text? I have some pages with transparent sticky menu and some without transparency. I would like the text to be black on non-transparent menus and white on transparent.

    Thanks

    #414240

    Hi Nick!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .header_color .social_bookmarks a{
    color:red !important;
    }

    Cheers!
    Rikard

    #414261

    Ok. So how do I have different font colours when the transparency is removed on scrolling down the page? I need it to be black when the menu is transparent and white when it is not – due to it being a sticky header.

    #414297

    Hi!

    Please add following code to Quick CSS to change the colors when transparency is active

    .av_header_transparency .social_bookmarks a{
    color: orange !important;
    }

    Cheers!
    Yigit

    #414453

    That has fixed the social icons. Thanks. How do I do the same with the Top menu in the same bar? The telephone number colour changes as expected but not the menu text.

    #414459

    Hi!

    Please add following code to Quick CSS as well

    <Cdoe>.av_header_transparency .sub_menu>ul>li>a { color: orange !important; }

    Regards,
    Yigit

    #414494

    All sorted. Great stuff. Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Social Media Icons and Top Menu Font Color’ is closed to new replies.