Color (and Hover Color) from the

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Color (and Hover Color) from the

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31921
    Ingo Ahnfeldt
    Participant

    Hey sorry, but I have a new Question:

    I would like to change the Color of the small Header Menü. And it must also change the color from the mail and phone.
    The Hover Color should be changeable too.

    Who can tell me, where I can do it?
    Thanks

    #31923
    Veena
    Moderator

    Pls have the below custom CSS in themeoptions > custom CSS –

    #top-header-area {
        background: #812626;
        border-bottom: 1px solid #403F4D;
    }
    #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: #e3e6ef;
    }
    #top-header-area ul.contact-info li i {
        color: #688bab;
    }
    #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: #ef7a35;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.