Removing borders around images

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
asfierro1
New Member
New Member
Posts: 1
Joined: Thu Nov 01, 2018 6:57 pm

Removing borders around images

Post 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
Attachments
This is the image that I am attaching to this post to describe what I am currently trying to solve. Please read my post for more information.
This is the image that I am attaching to this post to describe what I am currently trying to solve. Please read my post for more information.
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1609
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: Removing borders around images

Post 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;
}
Not getting the answer you need? CMSMS support options
Post Reply

Return to “Layout and Design (CSS & HTML)”