Hi! Which is the easiest way to change colours of navbar, menu and submenu? Changing colours must be easy - it's available in many free themes. Best regards, Daniel
Hello Daniel, Greetings from InkThemes! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu{ background: lightsalmon !important; } #menu li a { color: blue !important; } #menu li.current-menu-item a:hover, #menu li a:hover { background: lightpink !important; } NOTE: Change color as per your interest. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Thanks Priya! Still something is missing. Look at the submeny and the grey backgrounds of the meny - they must be changeable as well. And the 3D-look is gone. Here is the example http://www.belovarsky.com/
Hello Daniel, Please paste the code given below in Custom CSS section of your dashboard. Code: #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited { background-color: lightsalmon !important; } Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com