Page 1 of 1

Removing borders around images

Posted: Thu Nov 01, 2018 7:08 pm
by asfierro1
Hello Technical Support,

I am quite brand new to CMS Made Simple and I am needing assistance with a simple problem.

In the image attached to this post, I am trying to remove the light blue border color around the black and white images in this webpage.

I don't see any classes being used in my HTML code for the webpage. Any suggestions as to where to look within the content management system can be helpful. Thank you

Re: Removing borders around images

Posted: Thu Nov 01, 2018 8:00 pm
by DIGI3
Take a look at your crown.css file. It looks like this is external from the CMS.

Code: Select all

#contentArea img {
    background: #FFF;
    padding: 5px;
    border: 2px solid #0087d2;
    max-width: 100%;
    height: auto;
}