CSS Questions

Tagged: 

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

    A few more questions:

    What would be the CSS snippet for the footer text to be white as well?
    On Hover of the Headers, it is green. How do I change that color?
    If I select Services in the menu, How do I get that to stay highlighted when on the page

    I looked in theme options, but there doesn’t seem to be a place for this.

    clubimaginetutors.com

    #22346
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    #footer-bottom-text {
        color: #fff;
    }
    #primary-menu ul.menu > li.sfHover > a, #primary-menu > ul.menu > li > a:hover {
        color: #eded71 !important;
    }
    li.menu-item.current-menu-item.page_item a {
        color: #000 !important;
    }
    

    Pls change the color according to your wish.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.