Title: Custom CSS does not overide the plugin?
Last modified: May 31, 2022

---

# Custom CSS does not overide the plugin?

 *  Resolved [shazepe](https://wordpress.org/support/users/shazepe/)
 * (@shazepe)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/custom-css-does-not-overide-the-plugin/)
 * Hi,
 * I’m trying to customize the thumbnails generated by Yaarp. The page in question
   is here:
    [https://www.finerthingsbuyer.com/the-best-travel-gear-and-accessories-of-2022/](https://www.finerthingsbuyer.com/the-best-travel-gear-and-accessories-of-2022/)
 * I wanted to remove the border and change the spacing a bit, but it seems no CSS
   has taken effect. I tried the same exact CSS here on another site which worked:
   .
   yarpp-thumbnails-horizontal .yarpp-thumbnail {border:none;}
 * Just trying to remove the borders first.
 * Though this time the thumbnails are showing in the sidebar. I also tried disabling
   the style sheets as shown here, thinking only my own CSS would take effect:
    
   [https://wordpress.org/support/topic/disable-yarpp-stylesheet/](https://wordpress.org/support/topic/disable-yarpp-stylesheet/)
 * Still no good unfortunately.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-css-does-not-overide-the-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Aslam Doctor](https://wordpress.org/support/users/aslamdoctor/)
 * (@aslamdoctor)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/custom-css-does-not-overide-the-plugin/#post-15697635)
 * Hello [@shazepe](https://wordpress.org/support/users/shazepe/)
 * Instead of directly targeting the class
    `.yarpp-thumbnails-horizontal .yarpp-
   thumbnail`
 * Try it using a higher priority wrapper class like below, and it should work for
   you.
 * `.inside-right-sidebar .yarpp-thumbnails-horizontal .yarpp-thumbnail`
 *  Plugin Author [YARPP](https://wordpress.org/support/users/jeffparker/)
 * (@jeffparker)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/custom-css-does-not-overide-the-plugin/#post-15699533)
 * The following also may work:
 *     ```
       .yarpp-thumbnails-horizontal .yarpp-thumbnail { 
          border:none !important;
       }
       ```
   
 * [https://www.w3schools.com/css/css_important.asp](https://www.w3schools.com/css/css_important.asp)

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

The topic ‘Custom CSS does not overide the plugin?’ is closed to new replies.

 * ![](https://ps.w.org/yet-another-related-posts-plugin/assets/icon-256x256.png?
   rev=2549977)
 * [YARPP - Yet Another Related Posts Plugin](https://wordpress.org/plugins/yet-another-related-posts-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yet-another-related-posts-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [YARPP](https://wordpress.org/support/users/jeffparker/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/custom-css-does-not-overide-the-plugin/#post-15699533)
 * Status: resolved