How can i change the color scheme of the drop down? I want black text on a slightly darker shade of grey background. Also, i'd like o edit padding and spacing between <li>s.
This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though
Can you please add the code below to your Custom CSS area:
Hi,
How can i change the color scheme of the drop down? I want black text on a slightly darker shade of grey background. Also, i'd like o edit padding and spacing between <li>s.
Thanks.
Hi Calin,
This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though
Can you please add the code below to your Custom CSS area:
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul { background: #333 !important; } .main-header.menu-type-standard-menu .standard-menu-container div.menu>ul>li>ul li, .main-header.menu-type-standard-menu .standard-menu-container ul.menu>li>ul li { padding-bottom: 6px !important; }Thanks :)
I taught there's some way to do it from the theme settings that i didn't find. I like to avoid overwriting CSS as much as possible.