Have you been troubled by the underline that shows up under any link that you place in the footer section of your WordPress blog when using Thesis 1.6?
Well, here is a solution:
- When logged in to your dashboard select Custom File Editor from under the Thesis Options menu
- Add the following line of code to custom.css…
.custom #footer { border-bottom: none; }
- Make sure to save
That’s it! No longer will you be troubled by those pesky lines underneath your links.



{ 2 comments… read them below or add one }
thanks for the reminder, forgot how stupid this was set up. you might need to change it to:
.custom #footer a{ border-bottom: none; }
for it to work though
This doesn’t work. I’m using Thesis 1.8