Title: feature images
Last modified: August 22, 2016

---

# feature images

 *  Resolved [hodgy06](https://wordpress.org/support/users/hodgy06/)
 * (@hodgy06)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/feature-images-3/)
 * Hi guys,
 * The feature images on my page have been changed to square with a transparent 
   background which is displaying correctly on my laptop. But on my mobile it is
   displaying the feature pics as round without a transparent background. It never
   use to do this. How can I get it back to square? [http://www.energyforlife.net.au/](http://www.energyforlife.net.au/)
 * Thanks Josh

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

 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/feature-images-3/#post-5890454)
 * Hi Josh,
    really never? Weird, ’cause this rule, has ever been there (in Customizr
   css):
 *     ```
       @media (max-width: 979px)
       .widget-front .round-div {
       width: 150px;
       height: 150px;
       border: 94px solid #FAFAFA;
       top: -44px;
       left: -65px;
       }
       ```
   
 * who knows, maybe in some version was broken..
    Well, anyway you use this right?
 *     ```
       .round-div {
       border-color: transparent;
       }
       ```
   
 * in your child-theme style.css
 * Make it this way:
 *     ```
       .round-div {
       border-color: transparent !important;
       }
       ```
   
 * Hope this helps 😉
 *  Thread Starter [hodgy06](https://wordpress.org/support/users/hodgy06/)
 * (@hodgy06)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/feature-images-3/#post-5890459)
 * Thank you so much 🙂
 * Adding !important fixed it.
 * Thank you

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

The topic ‘feature images’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [hodgy06](https://wordpress.org/support/users/hodgy06/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/feature-images-3/#post-5890459)
 * Status: resolved