Hi there, The text in the areas with a white background (most of this theme) has a drop shadow effect,. some people have complained that it makes the text look blurry, and hard to read. I agree. Is there a way to eliminate the drop shadow or change the font altogether to get rid of the blurry effect? my site: http://www.sandrawalter.com - I attached a screen shot for your reference. Thanks!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu li a { text-shadow: none; }
Thank you. Is there a way to eliminate it from the menu bar when a page title is chosen? ( the drop shadow still shows up on the menu item when moused over/selected)?
Hello, Paste the code given below also in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu li.current-menu-item a, #menu li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover { text-shadow: none; } This will solve your issue.