Title: Custom CSS
Last modified: August 21, 2016

---

# Custom CSS

 *  [vonereen](https://wordpress.org/support/users/vonereen/)
 * (@vonereen)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-70/)
 * Hi,
 * I’m trying to remove the border that appears around the images. I found the code
   for removing it in the .rounded CSS code, e.g.
 * .rounded {
    border: solid 1px #ddd; <——- remove this to remove border -webkit-
   border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color:#
   fff; }
 * My question is, what do I have to put in the Custom CSS text area of the plugin
   settings to override the existing .rounded code? I tried putting in the following
   but it’s not taking:
 * .rounded {
 *  -webkit-border-radius: 5px;
    -moz-border-radius: 5px; border-radius: 5px; background-
   color:#fff; }
 * Thank you very much!
 * [https://wordpress.org/plugins/wp-team-manager/](https://wordpress.org/plugins/wp-team-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Maidul](https://wordpress.org/support/users/maidulcu/)
 * (@maidulcu)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-70/#post-5031363)
 * Hi,
    You can try this
 * .rounded {
    border: solid 0px #ddd; }

Viewing 1 replies (of 1 total)

The topic ‘Custom CSS’ is closed to new replies.

 * ![](https://ps.w.org/wp-team-manager/assets/icon-256x256.png?rev=3255850)
 * [Dynamic Team Manager - Team Member Showcase with grid, slider, table Elementor widget & shortcode](https://wordpress.org/plugins/wp-team-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-team-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-team-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-team-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-team-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-team-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Maidul](https://wordpress.org/support/users/maidulcu/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/custom-css-70/#post-5031363)
 * Status: not resolved