For example, in the event-registration/styles.css we see
#eventsnav UL {
position:absolute;
left:0;
top:1.5em;
float:left;
background:#bbb;
width:100%;
margin:0;
padding:0.25em 0.25em 0.25em 1em;
list-style:none;
border-top:1px solid #fff;
I don’t know what #eventsnav UL specifically referes to (opposed to the following entry of “#eventsnav UL LI”, but it is one of the only entries that shows white (#fff) at all, and only as a border. Teh background should be blue (#bbb), but I’m not seeing a blue background anywhere.
Is it possible for my theme’s styles.css to override the plugin, or am I looking in the wrong place all together?
Thanks tsany, by tweaking I simply mean that I’ve gone through the stylesheet and changed the #ffffff (white) to other colors trying to identify what is causes the text to be white and the form boxes to be white as well. I’ll try and grab a screen shot from another computer as it looks fine on this computer. There are so many other .php files associated with the plugin and i can’t seem to identify which one the person trying to register for an event would be seeing.