Remove the shadow effect from text?
Does anyone have a way (perhaps CSS code) to remove the shadow effect from the Menu text in the Homestead theme? I have tried but have been unable to find a way to do this.
Thanks!
-
Sergey O. commented
In order to disable text shadow in horizontal menu links, just insert this code in CSS customization section:
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a
{
text-shadow: none;
}To learn how to enter CSS customization code please refer to this page:
http://help.wildapricot.com/display/DOC/CSS+Customization/?utm_source=contexthelp&utm_medium=site&utm_campaign=contexthelp#CSScustomization-EnteringCSScustomizationcode -
Marie commented
Does anyone have a way (perhaps CSS code) to remove the shadow effect from the Menu text in the Homestead theme?