Title: CSS conflicts with theme
Last modified: April 4, 2024

---

# CSS conflicts with theme

 *  Resolved [Scott Kingsley Clark](https://wordpress.org/support/users/sc0ttkclark/)
 * (@sc0ttkclark)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/css-conflicts-with-theme/)
 * I use the GeneratePress theme and it conflicts with the RoadMapWP CSS.
 * Things like `.grid-container` and all the other classes you are using have no
   namespace for your own plugin so they will conflict with other plugins/themes
   that also use no namespace.
 * Would you consider adjusting your class usage to prefix `roadmapwp-` to them?
 * FYI: I was able to get this working by overriding the original shortcode so the
   assets would enqueue as expected. I was hoping not to override the shortcode 
   but that’s covered here — [https://wordpress.org/support/topic/custom-display-logic-ability-to-enqueue-assets-manually/](https://wordpress.org/support/topic/custom-display-logic-ability-to-enqueue-assets-manually/)
    -  This topic was modified 2 years, 1 month ago by [Scott Kingsley Clark](https://wordpress.org/support/users/sc0ttkclark/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-conflicts-with-theme%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [highprrrr](https://wordpress.org/support/users/highprrrr/)
 * (@highprrrr)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/css-conflicts-with-theme/#post-17552487)
 * Hey Scott! Thanks so much for bringing this to my attention. I do believe I have
   addressed your issue in the latest version (1.2.6).
 * Please let me know if this is not the case!
 *  Thread Starter [Scott Kingsley Clark](https://wordpress.org/support/users/sc0ttkclark/)
 * (@sc0ttkclark)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/css-conflicts-with-theme/#post-17552515)
 * That works, but be sure to set your plugin version on your asset enqueues because
   they default to the WP version and it won’t load the new changes without completely
   wiping CDN.
 *  Plugin Author [highprrrr](https://wordpress.org/support/users/highprrrr/)
 * (@highprrrr)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/css-conflicts-with-theme/#post-17552651)
 * good call, I’ll include that in 1.2.7.

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

The topic ‘CSS conflicts with theme’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/roadmap-wp.svg)
 * [RoadMapWP](https://wordpress.org/plugins/roadmap-wp/)
 * [Support Threads](https://wordpress.org/support/plugin/roadmap-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/roadmap-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/roadmap-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/roadmap-wp/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [highprrrr](https://wordpress.org/support/users/highprrrr/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/css-conflicts-with-theme/#post-17552651)
 * Status: resolved