Hi,
There is a border showing around all my images in articles. Its a white border on a default gray background. Its pretty thin like 1-2 px. How do I get rid of the border. (immathsmart.com)
Thanks,
Tahir
AS Templates
POSTED: 2014-07-03
Hello TAHIR510,
Our suggestion is to use Intro image and Full article image feature in the Article manager panel, otherwise you can delete it by editing style.default.css file the following class:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
There is a border showing around all my images in articles. Its a white border on a default gray background. Its pretty thin like 1-2 px. How do I get rid of the border. (immathsmart.com)
Thanks,
Tahir
Our suggestion is to use Intro image and Full article image feature in the Article manager panel, otherwise you can delete it by editing style.default.css file the following class:
.item_img,
.category_img,
.item_fulltext img,
.random-image img,
img.left,
img.right {
border: 1px solid #ffffff;
border-radius: 5px;
position: relative;
text-align: center;
transition: all 0.5s ease 0s;
}
But in this case it will be deleted from all images on your site.
Regards, AS Team.