I'd like to remove the font shadows completely on all parts of my site www.motonewengland.com/wordpress2013 with the background I use the shadows make things hard to read and ugly.
Hello, Gourav has replied you on this thread, you will get your answer here. Follow the given link http://www.inkthemes.com/community/...age-and-shadowed-words-are-hard-to-read.1077/
Yes but if you view the homepage of motonewengland.com/wordpress2013 you will see highlighted words on the top and bottom of the page as well as some other pages on the site that didn't get corrected with Gourav's post.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1,h2,h3,h4,h5,h6,a,p{ text-shadow:none!important; } This will solve your issue.