Title: Cannot Remove Border Around Images
Last modified: April 1, 2019

---

# Cannot Remove Border Around Images

 *  Resolved [myancey](https://wordpress.org/support/users/myancey/)
 * (@myancey)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/)
 * I have added 2 signature images (png) to my salespage. I use Thrive Architech
   for all my pages. The image elements are not set to have any borders, shadows,
   or animations on the main element or on hover.
 * I deactivated Virtue and the problem was resolved – so the issue is with Virtue.
   Both images of the signatures show grey borders that I cannot get ride of. I 
   even checked my theme options and disabled image borders, the borders still remain.
   There’s also this hover effect when you scroll over the signature (see video).
 * [video](https://www.useloom.com/share/9e241689cf084ae28f24bac004f208a0)
 * One signature is located near the top of the page and the other is near the bottom.
   Appreciate help getting rid of border and hover effect. Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcannot-remove-border-around-images%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/cannot-remove-border-around-images/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/cannot-remove-border-around-images/page/2/?output_format=md)

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11380779)
 * Hi [@myancey](https://wordpress.org/support/users/myancey/),
    Thanks for the 
   video! I’m not very familiar with Thrive Architect, but I would be happy to help
   get this resolved for you. Can you tell me what page you’re seeing this on? The
   link you gave takes me to a page not found.
 * Hannah
 *  Thread Starter [myancey](https://wordpress.org/support/users/myancey/)
 * (@myancey)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11380919)
 * Sorry, yeah, you’d need to log into my site. The page is not live.
 *  Thread Starter [myancey](https://wordpress.org/support/users/myancey/)
 * (@myancey)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11380921)
 * Is there a way to get the login details to you that’s not public?
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11380934)
 * You can email them to me. [Hannah@kadencethemes.com](https://wordpress.org/support/topic/cannot-remove-border-around-images/Hannah@kadencethemes.com?output_format=md)
 * Hannah
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11383235)
 * Try adding this to your custom css box in Theme Options > Advanced Settings:
 *     ```
       .thrv_wrapper.tve_image_caption [class*=wp-image] {
           border: 0;
           -webkit-box-shadow: 0;
           -moz-box-shadow: 0;
           box-shadow: 0;
           pointer-events: none;
       }
       ```
   
 * You also mentioned your footer menu. It looks like that is being output by Thrive.
   Let me know if their support is unable to help you.
 * Hannah
 *  Thread Starter [myancey](https://wordpress.org/support/users/myancey/)
 * (@myancey)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11383767)
 * Hi Hannah,
 * Thank you for your help. It didn’t work at all when added to the Virtue CSS area.
 * I also added it to my Thrive Landing Page CSS and it helped slightly.
 * The “hover effect” is gone, but there is still a faint border showing around 
   the signatures.
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11384100)
 * Try also adding this css:
 *     ```
       [class*=wp-image] {
           -webkit-box-shadow: 0;
           -moz-box-shadow: 0;
           box-shadow: 0;
       }
       ```
   
 * Does that work?
 * Hannah
 *  Thread Starter [myancey](https://wordpress.org/support/users/myancey/)
 * (@myancey)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11384324)
 * No, I can still see the lines although they are faint.
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11384506)
 * Sorry, I actually swapped the original css out for this:
 *     ```
       .thrv_wrapper.tve_image_caption [class*=wp-image] {
           border: 0;
           -webkit-box-shadow: none;
           -moz-box-shadow: none;
           box-shadow: none;
           pointer-events: none;
       }
       ```
   
 * That should be working now. Let me know if not!
 * Hannah
 *  Thread Starter [myancey](https://wordpress.org/support/users/myancey/)
 * (@myancey)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11384538)
 * No, the border is still there. Never seen this before. Don’t know why it’s doing
   this to the png transparent images – haven’t tried others.
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11384608)
 * Have you tried clearing your cache?
 * Hannah
 *  Thread Starter [myancey](https://wordpress.org/support/users/myancey/)
 * (@myancey)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11390384)
 * Hi Hannah,
 * I cleared the cache on 2 browsers and the border remains faint, not totally gone.
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11392015)
 * Something is overriding your css, though I can’t tell what. Have you contacted
   Thrive Architect about this? I will send this over to the theme developer to 
   see if he has any insight.
 * Hannah
 *  Thread Starter [myancey](https://wordpress.org/support/users/myancey/)
 * (@myancey)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11392270)
 * Yes, I have. There’s no special css with that, although they did give me a css
   code for this too and it did not work.
 * img.tve_image.signature {
    box-shadow: 0 0 0 rgba(0,0,0,0) !important; }
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/#post-11392546)
 * OK, you should see it working now. Just had to add the css in the page itself
   as the thrive landing settings have custom css that was overriding.
 * Hannah

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/cannot-remove-border-around-images/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/cannot-remove-border-around-images/page/2/?output_format=md)

The topic ‘Cannot Remove Border Around Images’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.14/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

 * 17 replies
 * 2 participants
 * Last reply from: [hannah](https://wordpress.org/support/users/hannahritner/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/cannot-remove-border-around-images/page/2/#post-11397800)
 * Status: resolved