Change Main Menu Background Color

Discussion in 'Appointway WordPress Theme' started by frederickads, Mar 5, 2014.

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

    frederickads New Member

    Joined:
    Aug 13, 2013
    Messages:
    26
    Likes Received:
    0
    Hi, I am not great with CSS and custom coding. I love the red version of Appointment way but my client would like to see more black in the theme. Is there a way that I can change the background color of the main menu to black. The active menu item can remain white and the labels can remain white. I would also like to make the footer black if possible. Thanks in advance for your help.

    www.frederickradiology/com/dev

    Frederick Radiology-1.png

    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .menu_container {
    background: black;
    }
    .footer_container {
    background: black;
    } 
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. southernhousebrighton

    southernhousebrighton Guest

    Joined:
    May 8, 2014
    Messages:
    4
    Likes Received:
    0
    thanks nitsesh worked perfectly for me :)
     
Thread Status:
Not open for further replies.

Share This Page