Mobile menu

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23983
    Fun Lab
    Participant

    How can you change the menu on the mobile site? Or make the menu on the mobile site reflect the desktop menu? (text, text colour, hover bg and hover text colour). Thanks,

    #23989
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    #mobile-menu ul li a {
        color: #293673;
    }
    #mobile-menu ul li a:hover {
        color: #eee;
    }
    #mobile-menu {
        background: #fff;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.