XF 1.3 Extracss help to login section

HenrikHansen

Well-known member
I have made a lot of style settings which seems to be break other things and needs to be fixed in extra.css

Can someone help with some code that make text in the login bar white again?
ie. "Your name or" and "email address" and "password"

Skærmbillede 2014-06-06 kl. 18.54.16.webp
 
Code:
.ctrlUnit {
color: black !important;}
This is the current extra.css that causes trouble. If I remove it (which might be a good idea), the text in search pop up becomes unreadable.
 
Thanks again. Apparently, my ctlr.Unit code above "overruled" the font color settings in the login bar. If I do not add this, my search looks like this. I bet skip the ctrl. unit and ask for help to the search bar in another thread.

View attachment 75283

Ya best bet for minor fixes like that use specific selectors, #QuickSearch ctrl.Unit or what not whatever the CSS would be. It'll save you headaches down the road :)
 
Top Bottom