Viewing 2 replies - 1 through 2 (of 2 total)
  • Where did you download this theme from?

    I see 2 types on that link.
    A light grey border of 5px and on the older posts a black 1px border.

    The light grey border:
    It’s not really a border. The image has a background-color and a 5px padding.
    Remove the padding and the background-color on the class .aligncenter.

    The black thin border:
    Might be a bit trickier. It’s inline css, meaning a bit of css is inserted inside the html using the style attribute.
    Solution: try and find out how it got there and remove or disable that. Could be function.php, template files or even jquery/js.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Removing stroke around images’ is closed to new replies.