font colour in header top title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #22223
    fazilaadam
    Member

    Hi – please can you tell me how to change the colour of the font in the top title of the header which shows the phone number, email address, terms of use, etc

    Thanks

    #22232
    Veena
    Moderator

    You can use 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: #CE6F8D;
    }
    
    #22241
    fazilaadam
    Member

    Thanks – that worked fine.

    One more thing though, If I wanted to remove the top title completely, then how would I do it ?

    #22244
    Veena
    Moderator

    Top header area wouldn’t appear If you remove all top header items (header menus, email, phone etc).

    #22245
    Veena
    Moderator

    OR

    You can have this custom CSS in themeoptions –

    #top-header-area {
        display: none;
    }
    
    #22262
    fazilaadam
    Member

    Excellent – works perfectly!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘font colour in header top title’ is closed to new replies.