How to remove img border in blog object?
Posted: Wed Aug 21, 2024 5:16 pm
Hi,
I have a blog that displays images and text. The problem is that I do not know how to get rid of a border surrounding images inside blog.
Border is declared in css file: Blog.css line 249
border: 1px solid #ddd;
I tried this:
p .blogthumb {
border: none;
};
and various combinations but none work.
Could you please advise on how this border can be removed?
Many thanks for helping
Best Regards
I have a blog that displays images and text. The problem is that I do not know how to get rid of a border surrounding images inside blog.
Border is declared in css file: Blog.css line 249
border: 1px solid #ddd;
I tried this:
p .blogthumb {
border: none;
};
and various combinations but none work.
Could you please advise on how this border can be removed?
Many thanks for helping
Best Regards