Change Color of Menu Bar

Discussion in 'Infoway WordPress Theme' started by robert l, Jun 24, 2013.

  1. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    How do I change the background color of just the men bar so it stands out more?

    It is currently set to white. I want to change to a light purple, while having the mouse over continue to be the dark purple. (www.annemerson.com)

    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .menu_bar {
    background-color:red;
    }
    Inplace of "red" put your color code.
     

Share This Page