Removing the underline from links in the footer

by Brian Barela

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 }

miso December 2, 2010 at 1:21 am

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

James August 19, 2011 at 1:12 pm

This doesn’t work. I’m using Thesis 1.8

Leave a Comment

Previous post:

Next post: