Title: Remove
Last modified: November 9, 2021

---

# Remove

 *  Resolved [ourawomba](https://wordpress.org/support/users/ourawomba/)
 * (@ourawomba)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-42/)
 * Hi,
 * We are actually in the process of refreshing our basketball club website.
 * We are using the Nextgen gallery plugin to display the teams by seasons.
 * I am trying to remove the border around the different galleries thumbnail using
   the following CSS code ([https://testbbc.cossonaybasket.ch/photos/equipes/](https://testbbc.cossonaybasket.ch/photos/equipes/)):
 * .ngg-gallery-thumbnail {
    border: none !important; }
 * It is not working so I guess I am doing something wrong.
    Can you help me please?
 * Thanks
    Pascal
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-42%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Imagely](https://wordpress.org/support/users/imagely/)
 * (@imagely)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-42/#post-15050173)
 * Hi [@ourawomba](https://wordpress.org/support/users/ourawomba/),
 * The CSS `border`parameter doesn’t support `none`value so you’d need to either
   use `border: 0 !important;` or `border-style: none;`
    -  This reply was modified 4 years, 7 months ago by [Imagely](https://wordpress.org/support/users/imagely/).
 *  Thread Starter [ourawomba](https://wordpress.org/support/users/ourawomba/)
 * (@ourawomba)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-42/#post-15050271)
 * Thanks for you answer but unfortunately I still have this bad looking border 
   around my thumbnails …
    -  This reply was modified 4 years, 7 months ago by [ourawomba](https://wordpress.org/support/users/ourawomba/).
 *  Plugin Contributor [Imagely](https://wordpress.org/support/users/imagely/)
 * (@imagely)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-42/#post-15050298)
 * Guessing that’s because of using a wrong selector. Try using:
 *     ```
       .ngg-album-compactbox,
       .ngg-album-compactbox:before,
       .ngg-album-compactbox:after {
           border: 0 !important;
       }
       ```
   
 *  Thread Starter [ourawomba](https://wordpress.org/support/users/ourawomba/)
 * (@ourawomba)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-42/#post-15050444)
 * Thats perfect !
 * Thanks for your support.

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

The topic ‘Remove’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [ourawomba](https://wordpress.org/support/users/ourawomba/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/remove-42/#post-15050444)
 * Status: resolved