Change color of top info bar

Discussion in 'Infoway WordPress Theme' started by frederickads, Jul 1, 2014.

  1. frederickads

    frederickads New Member

    Joined:
    Aug 13, 2013
    Messages:
    26
    Likes Received:
    0
    How would I go about changing the color of the top info bar to match the main menu color. See attached.

    Thanks again.
     

    Attached Files:

  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:
     .topinfobar {
    background: #628a04;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page