Menu colors

Discussion in 'Infoway WordPress Theme' started by roboticsbeyond, Dec 31, 2015.

Thread Status:
Not open for further replies.
  1. roboticsbeyond

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
    Hello,

    I would like to use 2 different colors for my menu. The default is currently green for the selected menu option and white for all other menu options. I would like to change the white for all other options to a different color, let's say #ffc966 for example. Can you show me the css to use for that override?

    Thank you!
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li a {
        color: #ffc966 !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. roboticsbeyond

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
    Thank you. That changes the text color on the menu but I want to change the background color of the menu tabs, except for the current page menu tab which is default to green. The text color should stay the same. How do I change the background color of the menu tabs that are currently defaulted to white?
     
  4. priya

    priya Guest

    Hello,

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. roboticsbeyond

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
  6. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .menu_bar {
        background: lightsalmon;
    }

    Change color as per your interest..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. roboticsbeyond

    roboticsbeyond New Member

    Joined:
    Oct 17, 2013
    Messages:
    29
    Likes Received:
    0
    That works, thank you!
     
Thread Status:
Not open for further replies.

Share This Page