Title: White border
Last modified: January 25, 2019

---

# White border

 *  Resolved [tobberz](https://wordpress.org/support/users/tobberz/)
 * (@tobberz)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/white-border/)
 * Border appears around linked images.
    I’ve tried to find support for this from
   others but noone else can work out what is happening.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwhite-border%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * (@tigroumeow)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/white-border/#post-11132644)
 * Hi [@tobberz](https://wordpress.org/support/users/tobberz/),
 * In order to create the link, of course, the plugin needs to add an HTML A-TAG
   to your image.
 * However, your theme seems to add a white shadow around the images. You will need
   to go to your Theme > Customizer > CSS, and use this:
 *     ```
       .entry-content a img {
           box-shadow: none !important;
       }
       ```
   
 * That will work 🙂

Viewing 1 replies (of 1 total)

The topic ‘White border’ is closed to new replies.

 * ![](https://ps.w.org/gallery-custom-links/assets/icon-256x256.png?rev=2588900)
 * [Gallery Custom Links](https://wordpress.org/plugins/gallery-custom-links/)
 * [Support Threads](https://wordpress.org/support/plugin/gallery-custom-links/)
 * [Active Topics](https://wordpress.org/support/plugin/gallery-custom-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gallery-custom-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gallery-custom-links/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/white-border/#post-11132644)
 * Status: resolved