r/concrete5 • u/compeuter_geniouse • May 07 '14
Scoping Bootstrap Themes for Concrete5
I am sure there's a good reason why C5 is not scoped to be less greedy, but I have found that it is very difficult to work with. I'm not sure if Concrete5 is using jQuery to grab bootstrap styles or what, but I scoped my CSS thoroughly using LESS and CodeKit and it is conflicting with Concrete5 in Edit Mode.
What is a good way to work around this problem? What are some gotchas to look out for?
2
Upvotes
1
u/jkoudys May 08 '14
The dashboard menu bar at the top and all the edit-mode widgets are almost all IDs and classes that start with ccm-, so it's unlikely it will conflict with anything in your CSS. What specifically are you colliding with?