how to change dropdown menu color from default color which is grey into black
-
Dear
Can u help in changing the color of menu dropdown submenu color into dark black
Default color is grey
my website url is https://farmseed.in/
Thanks in advance
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .navigation-style-separated .menu-simple-dropdown .color-scheme-dark li a{
color:#000000;
}
Best Regards
Thank You Elise,
It works.
Can you please help me with one more topic?
I am attaching a screenshot with this, My shop page has an extra search form below which was unnecessary.
I have changed the setting mistakenly, now it is not retrieved, Can you please help me in removing this
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.no-products-footer{
display:none;
}
Best Regards
Thank you Elise
But the code is not working.
.no-products-footer{
display:none;
}
kindly fix it
Hello,
Please provide your site admin access to the private area.
Best Regards
hello Elise
I want to change the background color of the Main menu dropdown into black and the menu color into white
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .sub-menu-dropdown {
background-color: #000000;
}
body .navigation-style-underline .menu-simple-dropdown .color-scheme-dark li a:hover {
color: #ffffff;
}
body .navigation-style-underline .menu-simple-dropdown .color-scheme-dark li a {
color: #ffffff;
}
Best Regards