How do I go about eliminating the indented effect of the text in the footer of my site?
Indented effect - footer text
Started by
lmatanich
, Jan 27 2011 09:10 PM
5 replies to this topic
#1
Posted 27 January 2011 - 09:10 PM
#2
Posted 28 January 2011 - 03:07 AM
`body .fixed_width #footer{text-shadow:none}`
Drop in Custom Code > Custom CSS.
Thanks, Bryan
Drop in Custom Code > Custom CSS.
Thanks, Bryan
#3
Posted 28 January 2011 - 03:39 AM
Bryan, I added that and nothing changed.
#4
Posted 28 January 2011 - 04:05 AM
`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
#5
Posted 28 January 2011 - 07:04 PM
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.
#6
Posted 28 January 2011 - 07:08 PM
Actually, I just tried this and it did the trick:
.textwidget {text-shadow:none}










