Tagged: drop down
The dropdown menu border color is currently white on my site.
How do I remove that or change it to another color?
Hey navindesigns,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-main-nav ul li a {
border-color: red;
}
you can change “border-color: red;” to “border: none !important;” if you would like to remove it
Best regards,
Yigit
Great thanks.
What about a hover text color for that same secondary drop down menu?
Hi,
To change the text color of the submenu on hover please use the below css
.av-main-nav ul a:hover {
color:red!important;
}
Best regards,
Vinay
Thanks. That works
Last thing I noticed
My search still has a border
how do i remove that or change the color of the search box border
Hi!
Add to your Custom CSS area
.avia-search-tooltip {
border: none;
}
and let me know if that is working for u.
Thanks a lot
Cheers!
Basilis
that works thanks
Hi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest :)
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold!
Best regards,
Vinay