By John on Sunday, 21 April 2019
Posted in Technical Issues
Replies 10
Likes 0
Views 520
Votes 0
Hey guys, when I insert links into articles the images appear with grey boxes around them as per the image attached, how do I fix this so there is no background?
Hey there,

Do you mean this as shown in the screenshot?

If yes, this is not a 'Link' block for your information.

In order to do this, you can add the following Custom CSS into it:


#eb .eb-image-viewport {
border: none;
}


Do clear all of your cache before you see the changes.
·
Tuesday, 14 May 2019 19:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Can you try to add the following CSS code into Backend > EasyBlog > Themes > Custom CSS and see how it goes:

#eb .ebd-block[data-type=links] .media-thumb {
background: none;
}


do clear all of your cache before you see the changes.
·
Monday, 22 April 2019 10:14
·
0 Likes
·
0 Votes
·
0 Comments
·
That's working great , how do I get rid of the box around the image?
·
Tuesday, 23 April 2019 11:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You need to add the following CSS code into the CSS code that I mentioned earlier:

border: none;
·
Tuesday, 23 April 2019 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
hey there, I have tried adding the border: none; code to my custom CSS but I still get borders around my images, any suggestions?
·
Sunday, 12 May 2019 16:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

You need to clear all of your caches again before you see the changes.

Can you have a try again and see how it goes?
·
Monday, 13 May 2019 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there, yes I have tried that but still have the outline boxes
·
Monday, 13 May 2019 19:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

Can you share me the blog post link which has this 'Links' Block so that I can have a better check?
·
Tuesday, 14 May 2019 12:24
·
0 Likes
·
0 Votes
·
0 Comments
·
hi there,

have a look at this link: https://www.manycaps.com/blog/it-s-the-system-that-s-wrong.html none the images should have a box outline
·
Tuesday, 14 May 2019 17:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post