By Maria Thomas on Thursday, 24 July 2014
Posted in General Issues
Likes 0
Views 758
Votes 0
Post images are adding a border and padding to the "blog image", looks like an inline style is being added but I cannot find where to edit it.
Hello Maria,

You can insert this CSS code into your template CSS file. Please give it a try.


#eblog-wrapper a.easyblog-thumb-preview img, #eblog-wrapper a.gallery-thumb-item img {
border: none !important;
}
·
Thursday, 24 July 2014 09:23
·
0 Likes
·
0 Votes
·
0 Comments
·
No luck, it is not the thumb image, it is the post image. The large image that displays at the top of the main post page generated from "Blog Image"
·
Thursday, 24 July 2014 09:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Maria,

Can you provide us your URL to the page and backend access so we can have a better look on your issue here? Please advise.
·
Thursday, 24 July 2014 09:57
·
0 Likes
·
0 Votes
·
0 Comments
·
http://www.favormultimedia.com/blogs/entry/wellness
The light blue Favor image has a border I want to remove
·
Thursday, 24 July 2014 10:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Maria,

Please try this:

img.blog-image {
border: none !important;
}


Make sure you clear cache after apply it.
·
Thursday, 24 July 2014 10:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, that worked. Thank You!
·
Thursday, 24 July 2014 10:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Maria,

You're welcome.
·
Thursday, 24 July 2014 10:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post