CSS Conflict with Admin Interface
PermalinkThis occasionally happens and sometimes it's fine. I sometimes have problems with the CSS from the theme conflict with the C5 Core styles. Normally I can put up with this but now since I'm using a White text, it looks like all of the headers are missing.
I'm attaching an image showing what it looks like after i highlight all of the text, otherwise you can't read anything.
Let me know if you require more info. The dev site is located here:
http://209.15.212.245/~ellendot/... (version 5.5.2.1)
Thanks!
Roz
Thanks for your help.
On 3/25/2013 2:04 AM, concrete5 Community wrote:
Using a text editor, construct
#page{ ... all content of old css file ... }
Then run that through a LESS compiler.
Less compilers are available in:
- The LESS compiler addon
- My Style Quickie Addon
http://www.concrete5.org/marketplace/addons/style-quickie/...
- Various installable tools to run on a development system
- Online tools such as
http://www.freeformatter.com/less-compiler.html...
I see from your css that your selectors are not very specific. For instance your H2 are styled using
Which means all H2 are going to be like that. Usually not being too specific is a good thing but here you have two competing systems, your page and the system backend.
I suggest you go through your css and modify all yur non-specific selectors.
Since your whole page is within a div with an ID of "page", using that should solve the problem. Your H2 for instance would become