Change colors

Discussion in 'Local Business WordPress Theme' started by landry360, Sep 28, 2015.

  1. landry360

    landry360 New Member

    Joined:
    Jul 12, 2013
    Messages:
    5
    Likes Received:
    0
    my site is www.theroofdoctorchehalis.com I would like to change the color of the header to a solid yellow color instead of having the gradient. I would also like the buttons to be yellow with the button font to be black instead of white. How do I do this?

    Thanks!
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header {
        background: yellow !important;
    }
    #menu li.current_page_item a {
        background: yellow !important;
        color: black !important;
    }
    .menu_bar {
        background: yellow !important;
    }
    #menu .ddsmoothmenu li a {
        background: yellow !important;
        color: black !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page