How to remove outline boxes on images/

  • Unknown's avatar

    I have the theme forever and my images have a thin grey box around them. How do I remove this?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    You can remove the border by inserting style=”border=0px;” in the HTML as shown here:

    <img class="alignleft size-large wp-image-15039" style="border:0px;" src="URL" alt="Featured Image -- 15038" width="584" height="389" />

    Just adjust the number 0 to how thick you want the border to be. To be clear, you will need to adjust the image code in the Text Editor. This is explained here:

    Types of WordPress Editors

    Let me know if you have any additional questions!

  • The topic ‘How to remove outline boxes on images/’ is closed to new replies.