Changing Mobile Menu Color on Appointment Way Theme

Discussion in 'Appointway WordPress Theme' started by dupeay, Oct 27, 2015.

  1. dupeay

    dupeay Guest

    Joined:
    Jun 28, 2013
    Messages:
    6
    Likes Received:
    0
    Currently, the mobile menu color is gray.

    How do I change the menu color, the text color and the active text color on the mobile page navigation menu?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To change the text color of page navigation menu, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .mobile_nav {
        color: blue !important;
    }
    To change the color of all menus, paste code (given below) in custom CSS field.
    Code:
    .it_mobile_menu li a {
        color: red !important;
    }
    If you want to change the background color as well, for that code is below.
    Code:
    .mobile_nav {
        background: black !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page