Front Page Colours

Discussion in 'Local Business WordPress Theme' started by charliej8210, Mar 4, 2015.

  1. charliej8210

    charliej8210 New Member

    Joined:
    Jan 30, 2015
    Messages:
    5
    Likes Received:
    0
    Hi there,

    I would like to change my front page colours & need help with the CSS custom coding.

    1) Change the header background to a colour like #95712a
    2) Change the navigation bar to grey or #6d6a61 & add black separators
    3) Completely remove the black boarders

    Thanks in advance,

    Charlie
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi charlie!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header {
    background: #95712a;
    }
    #menu li:hover a, #menu li.current_page_item a {
    background: #6d6a61;
    }
    #menu .ddsmoothmenu li a {
    background: #6d6a61;
    }
    .menu_bar {
    background-color: black;
    border-top: black;
    }
    If your issue doesn't resolved completely then provide us some edited screenshot indicating the issue.

    Thanks,
    Praveen
     

Share This Page