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!
Hi,
Please add this on your custom.css or Quick CSS
.widget_recent_entries li {
border: none;
}
Regards,
Ismael
Thanks that worked.