lmatanich 0 Report post Posted January 27, 2011 How do I go about eliminating the indented effect of the text in the footer of my site? http://redbarnstudios.net Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 28, 2011 `body .fixed_width #footer{text-shadow:none}` Drop in Custom Code > Custom CSS. Thanks, Bryan Share this post Link to post Share on other sites
lmatanich 0 Report post Posted January 28, 2011 Bryan, I added that and nothing changed. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 28, 2011 `body .fixed_width #footer{text-shadow:none !important}` If that doesn't work you might be putting in the wrong place or maybe you're running a caching plugin? You might want to clear your browser cache and refresh. Thanks, Bryan Share this post Link to post Share on other sites
lmatanich 0 Report post Posted January 28, 2011 That didn't work. It's not a cache issue. I put in the text via a text widget inside a full width sidebar in footer. Share this post Link to post Share on other sites
lmatanich 0 Report post Posted January 28, 2011 Actually, I just tried this and it did the trick: .textwidget {text-shadow:none} Share this post Link to post Share on other sites