Top Header Font Color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14373
    jimmybb
    Member

    Dear Support,

    Can’t seem to get my header contacts to be white color:

    http://www.brainbytes.org/

    The part:
    +603 7880 1289 info@brainbytes.org

    Please advise where I can change this settings, I’ve looked into theme options but couldn’t seem to change the right color despite already selecting white.

    Please advise thanks!

    #14376
    Veena
    Moderator

    Pls add the below custom CSS in themeoptions –

    #top-header-area ul.contact-info > li, #top-header-area ul.contact-info > li > a, #top-header-area #header-menu > ul.menu > li > a {
      color: #fff;
    }
    #top-header-area ul.contact-info li, #top-header-area ul.contact-info li i, #top-header-area ul.contact-info li a {
      color: #fff;
    }
    #top-header-area ul.contact-info > li:hover, #top-header-area ul.contact-info > li > a:hover, #top-header-area #header-menu > ul.menu > li > a:hover {
      color: #fff;
    }
    
    #14379
    jimmybb
    Member

    Works like a charm thanks heaps!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Top Header Font Color’ is closed to new replies.