Update Home Page Colors

Discussion in 'Poloray WordPress Theme' started by praxispartners, Oct 1, 2013.

  1. praxispartners

    praxispartners New Member

    Joined:
    Aug 13, 2013
    Messages:
    13
    Likes Received:
    0
    Working on: http://www.praxispartnersllc.com/test/

    See two (2) attached screenshots. I have highlighted 4 areas for which I'd like to update the colors. Please let me know how to do this.

    Thanks!
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a{
    color:red;
    }
    #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover{
    color:red;
    }
     
    .slider_container {
    background: red;
    }
     
    .contentbtn {
    background: red;
    border: 1px solid red;
    }
     
    .feature_inner_box .circle:hover {
    border: 6px solid red;
    }
    In place of "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page