Hello. I found the following code in this forum to change the background color of submenu items and tried it out, but it isn’t doing anything. I’ve tried it out both in the Cryout Creations Mantra Settings > Miscellaneous Settings and on Appearance > Customize > Additional CSS. The submenu items I’m trying to effect are in the Books for Sale menu item on this site in development: http://lightningliterary.com.
/* change the background color of submenus *
#access ul ul li a:hover {
background-color:#1da209 !important ;
overflow:none !important;
}
*/prevents color from going outside the box
#access ul ul a, #access ul ul ul a {
width:auto !important;
}
Thanks if you can help.
Website: lightningliterary.com