changing theme colour : I want to change from the red that is in the dropdown menu (#EA3131) on theme style sheet to #C4272E (RED)which is a different shade - please advise css code
Hello, Please provide us your website url as well as the screenshot where you facing the problem. Thanks & Regards Yogesh Bhade
Hello, For menu color Goto Appearance->theme editor-> style.css Find all CSS start with { #menu } and in this code find the color you want to replace and change it. after replacing all color code update file. Thanks & Regards Pramod
Hi Pramod, looking through the #menu , there are a few entries, which one specifically should I copy and change in custom.css file ? Could you please send me the code ? Please advise. Regards Niall
Hello, Paste below code in Custom CSS. Code: #menu .ddsmoothmenu li.current_page_item ul li a:hover { background: #C4272E; } #menu .ddsmoothmenu li.current_page_ancestor ul li a:hover { background: #C4272E; } #menu li.current-menu-item a, #menu li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover { background: #C4272E; } #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover { background: #C4272E; } Thanks & Regards Pramod