custom CSS to make parts of menu bar color?

Discussion in 'General InkThemes Discussion and Feedback' started by chrisr, Mar 3, 2013.

  1. chrisr

    chrisr Member

    Joined:
    Mar 27, 2012
    Messages:
    38
    Likes Received:
    0
    My new website http://www.megaservices.com.au/ I would like to please know the custom css code I can add to make two of my main pages listed in the menu bar (Multi Service Discount) and (Stand By Rates) always be the color orange in other words I want those two parts in the menu orange even if the mouse is not over that part of the menu I want the words (Multi Service Discount) and (Stand By Rates) to always be orange in the menu bar what custom css would I need to add to achieve this please??
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .ddsmoothmenu li.menu-item-120 a:hover {
    background-color: orange;
    }
     

Share This Page