Menu Color - How to change?

Discussion in 'ColorWay WordPress Theme' started by xcrypto, Mar 19, 2013.

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

    xcrypto New Member

    Joined:
    Mar 16, 2013
    Messages:
    4
    Likes Received:
    0
    How to change Colorway Theme menu to look like BizWay Theme?

    Essentially, I would like the menu background to take on the theme color (e.g., blue, green)
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .header .menu-bar {
    background: blue;
    }
    This will change the color of the background. You can change the color value according to your requirement.

    Thanks.
     
  3. xcrypto

    xcrypto New Member

    Joined:
    Mar 16, 2013
    Messages:
    4
    Likes Received:
    0
    Thanks Harmeet.
     
Thread Status:
Not open for further replies.

Share This Page