Hey guys,
Can someone help with getting the text to be a different color, namely black and possibly a point size bigger for the text in the dropdown.
I’ve done some searching but couldn’t find anything that helped.
Here’s a link to the site: http://www.mercyhillgso.com
Thanks!
Hi Nate!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
input#s {
font-size: 18px!important;
color: black!important;
}
Cheers!
Yigit
Thanks Yigit, I tried your quick css and adjusted it in the code but don’t see any difference. Any idea why?
Hi!
I guess you are referring to the sub menu text, try using this code:
.sub-menu .avia-menu-text {
font-size: 16px;
color: black;
}
Regards,
Josue
Yes thank you! Worked perfectly.
You are welcome, glad to help :)
Regards,
Josue