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!
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.