How do I remove the white drop shadow in the drop down menus? It makes the text look blurry.
http://themantisspeaks.com/blog/
Thanks.
(2 posts)
(2 voices)
How do I remove the white drop shadow in the drop down menus? It makes the text look blurry.
http://themantisspeaks.com/blog/
Thanks.
Hello dancouto,
You can find the text-shadow CSS in /wp-content/themes/awake/style.css around line 409,
.jqueryslidemenu ul ul li a, .jqueryslidemenu ul ul li a:link, .jqueryslidemenu ul ul li a:visited{
color:#aaa;
text-shadow:0 1px 1px #fff;}
You must log in to post.