Title: Remove round corner
Last modified: August 21, 2016

---

# Remove round corner

 *  [grexme](https://wordpress.org/support/users/grexme/)
 * (@grexme)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-round-corner/)
 * I want to remove remove round corners from my digg digg container and also change
   its background color in my website [Grexme](http://www.grexme.com).
 * [https://wordpress.org/plugins/digg-digg/](https://wordpress.org/plugins/digg-digg/)

Viewing 1 replies (of 1 total)

 *  [d.](https://wordpress.org/support/users/pxlar8/)
 * (@pxlar8)
 * [12 years ago](https://wordpress.org/support/topic/remove-round-corner/#post-4787650)
 * If you’re using the float version, try putting this in your theme’s css style
   sheet:
 *     ```
       #dd_ajax_float {
       	-webkit-border-radius: 1px !important;
       	-moz-border-radius: 1px !important;
       	border-radius: 1px !important;
       }
       ```
   
 * To change the background color, add this line also in there and change the color
   to whatever you want:
 *     ```
       background: #fff !important;
       ```
   
 * If you’re using the normal version, you’ll need to change the div name.

Viewing 1 replies (of 1 total)

The topic ‘Remove round corner’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/digg-digg_9b4479.svg)
 * [Digg Digg](https://wordpress.org/plugins/digg-digg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/digg-digg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/digg-digg/)
 * [Active Topics](https://wordpress.org/support/plugin/digg-digg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/digg-digg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/digg-digg/reviews/)

## Tags

 * [change background](https://wordpress.org/support/topic-tag/change-background/)
 * [Change Color](https://wordpress.org/support/topic-tag/change-color/)

 * 1 reply
 * 2 participants
 * Last reply from: [d.](https://wordpress.org/support/users/pxlar8/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/remove-round-corner/#post-4787650)
 * Status: not resolved