Contact Info Text and hover color

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Contact Info Text and hover color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22305
    microcurator
    Member

    Hi,

    I’m trying to adjust the contact info in the header so that it’s white. I also would like to change the hover color. I did not see an option for it in the theme customer, so am attempting CSS. it doesn’t seem to work. I’m using the following. Any suggestions to get this working?

    #contact-info {
    color: white !important;
    }

    Site: clubimaginetutors.com

    #22312
    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: #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: #3A3;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.