http://ntenetwork.com/gray/ the menu us very white. Is there a way to have it coloured and stand out and have it highlighted as a button?
Hello, Greetings from InkThemes! As I guess from your above words perhaps you want to change menu color in your site. So for this you just have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu li a { color: red !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
Hello, You can try this code in your Custom CSS field of the dashboard. Code: #menu .ddsmoothmenu li a { background: red; margin-bottom: 5px !important; border-radius: 11px !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