• Resolved dlvonde

    (@dlvonde)


    Hello All,

    I’m trying to find an inline style maybe to override a gray aprox 5px border that shows up around every image I embed into a page/post using the graphene theme.

    Or if you happen to know where in the .css this occurs I’d love to know that as well ??

Viewing 1 replies (of 1 total)
  • this might be the style:

    .entry-content img,
    .child-page img {
    	border: 4px solid #e3e3e3;
    	margin: 5px;
    }

    a link to your site would help to verify this.

Viewing 1 replies (of 1 total)
  • The topic ‘graphene theme gray border around embedded images’ is closed to new replies.