Having Problem with my Wordpress Graphene Theme

i am using wordpress Graphene Theme for my site which is on [URL=“http://tech-ticks.info”]Gadgets & Technology, therefore i must to add pictures to every post. The problem is that i am having gray border around each picture which i dont want… anyone can help?

Hi rizxi. Welcome to SitePoint. :slight_smile:

You’ll need to go into your CSS file and remove this line:

.entry-content img, .child-page img {
  [COLOR="Red"]border: 4px solid #E3E3E3;[/COLOR]
  margin: 5px;
}

This is way down on the style.css file. Do you know much about CSS?

Hey thank you so much … issue is resolved …
Thanks