Footer Widget Menus

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13489
    mich800
    Member

    What CSS can I use in the custom CSS to change the menu font color in my footer widgets. They are currently a light grey and are hard to read against my background. I would like them to be black.

    #13500
    Veena
    Moderator

    Can you pls share a link to your site?

    #13508
    mich800
    Member

    https://www.michiganfitcamp.com/

    It is still a work in progress. I am just getting the skeleton set up so the menus in the footer will not be the ones that stay. They are just placeholders right now.

    #13529
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    #menu-footer ul li a {
      color: #4F7942;
    }
    #menu-footer ul li a:hover {
      color: #f05924;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.