Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27574

    What custom code do I need to use to get rid of the underlining of links to posts?

    I tried this and it worked in firebug but when I put into the custom css it did not

    .footer_color li;

    border-color: transparent;

    See: http://bluemontinluray.com

    Thank you!

    #134493

    Hi,

    Please add this on your custom.css or Quick CSS

    .widget_recent_entries li {
    border: none;
    }

    Regards,

    Ismael

    #134494

    Thanks that worked.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Getting rid of underline in footer blog post link’ is closed to new replies.