Viewing 1 replies (of 1 total)
  • jekkilekki

    (@jekkilekki)

    If you can modify the HTML code, try this:

    <img style="border:none;" src="https://khartist.com/wp-content/uploads/2014/11/SilhouettTrees2.jpg" alt="SilhouettTrees2" width="250" height="241" /></p>

    i.e. just add style="border:none;" between your <img tag and the src= attribute.

    Likely, image borders are a default thing in your Theme.

    If you want ALL image borders gone throughout the entire Theme, then go to “Appearance >> Edit CSS” in your Dashboard and add the following code:

    img { border: none; }

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove image boarder in 'Image Details' window’ is closed to new replies.