There is a blue underline below images in my blog entries. (See http://lenscraft.com/) This seems weird... it almost looks like a separator. What is the best way to remove this?
Ron
There is a blue underline below images in my blog entries. (See http://lenscraft.com/) This seems weird... it almost looks like a separator. What is the best way to remove this?
Ron
Hi Ron,
Here is a quick fix but I think there is an issue in the way the theme spits out images into the main code as I can't target just the image with the css.
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .content a {
border: none;
}
Regards,
Devin
You must log in to post.