Hi there: I would like to change bar colors in my website. http://www.miraclepointagency.com how can I do it?
Hello, Greetings from InkThemes, You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS field and try to cut paste the given below CSS code there . Code: .menu-container { background: #26A3A8 !important; } #menu li a:hover, #menu li.current_page_item a { background: #7B7B7B url(images/menutip.png) top center no-repeat !important; } #menu .ddsmoothmenu li a { border-left: 1px solid #CDCBCB !important; } Do let me know if you need further assistance,