Support » Fixing WordPress » How Can I Remove Footer Line?

  • My designer and I have tried to remove the blue footer line that appears above the custom footer we created but can’t figure it out. We’ve reviewed the code several times, and cannot see it in there.

    I’m using Thesis.

    Help? Ideas?

    http://www.thesparkle.net

Viewing 3 replies - 1 through 3 (of 3 total)
  • your designer possibly needs to learn to work with a tool such a Firebug to identify which styles to edit; http://getfirebug.com/

    as you are working with a commercial theme, please ask the theme’s seller for support.

    It’s a CSS issue, look at line 300 in the custom.css file and remove the border-top attributes of .custom #footer_area.

    Right now its styled as border-top: 1px solid #BBBBDD (or something similair). Remove it and the blue line is gone.

    And yes, I’ve used Firebug for that 😉

    Thread Starter thesparkle

    (@thesparkle)

    thanks to both of you, and especially for the resolution!! firebug… interesting. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How Can I Remove Footer Line?’ is closed to new replies.