Title: exclude with css
Last modified: September 3, 2022

---

# exclude with css

 *  Resolved [alex008](https://wordpress.org/support/users/alex008/)
 * (@alex008)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/exclude-with-css/)
 * Hi Blaz,
    how are you? I hope you’re still working on this plugin. 2 years ago(
   I sill use your plugin, it’s cool 🙂 ) you showed me a way to exclude a post 
   via css and it works perfectly:
 * .rmp-widgets-container.rmp-wp-plugin.rmp-main-container.js-rmp-widgets-container.
   js-rmp-widgets-container–123 { display: none; }
 * when I want to exclude more, how can I do this? Currently I simply add your code
   again, but I suppose there’s a better way, to safe code 🙂
    I tried with comma
   and semikolon 123,456 and 123;456 etc. but it doesn’t work.
 * Can you help a (still) newbie? 🙂
 * Thanks!
    BR Alex

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

 *  Plugin Support [Blaz K.](https://wordpress.org/support/users/blazk/)
 * (@blazk)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/exclude-with-css/#post-15988346)
 * Hi [@alex008](https://wordpress.org/support/users/alex008/),
 * I’m good, thank you 🙂 Still working on the plugin.
 * This could work:
 *     ```
       .rmp-widgets-container.rmp-wp-plugin.rmp-main-container.js-rmp-widgets-container.js-rmp-widgets-container–123, .rmp-widgets-container.rmp-wp-plugin.rmp-main-container.js-rmp-widgets-container.js-rmp-widgets-container–456 { display: none; }
       ```
   
 * It would be even better to add posts without rating widget into a specific category
   and then use rmp_display_rating_widget filter. See more in [docs](https://blazzdev.com/documentation/rate-my-post-documentation/).
 * Regards,
    Blaz
 *  Thread Starter [alex008](https://wordpress.org/support/users/alex008/)
 * (@alex008)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/exclude-with-css/#post-16017513)
 * ok, thanks !
    this doesn’t save THAT much code though 🙂 I’ll keep it then.
 * Have a good time!
    best regards!

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

The topic ‘exclude with css’ is closed to new replies.

 * ![](https://ps.w.org/rate-my-post/assets/icon-128x128.png?rev=2045796)
 * [Rate My Post - Star Rating Plugin by FeedbackWP](https://wordpress.org/plugins/rate-my-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rate-my-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rate-my-post/)
 * [Active Topics](https://wordpress.org/support/plugin/rate-my-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rate-my-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rate-my-post/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [alex008](https://wordpress.org/support/users/alex008/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/exclude-with-css/#post-16017513)
 * Status: resolved