I would like to change the color of the dropdown menu for subpages to something lighter, so that the words pop out better - or even change the color of the font on the dropdown menu for subpages. Either way, just need the words to pop out better and remove the shadowing around the text in this menu area. See attached photo.
Hello, Greetings from InkThemes! Could you please provide us 'URL' of your site so that we can better assist you? Thanks & Regards! Priyanka InkThemes.com
Hello, 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 li li a { background: lightskyblue !important; color: red !important; } #menu .ddsmoothmenu li li a:hover { background: lightyellow !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