Another styling question

iTuN3r

Well-known member
I am trying to fix that issue can't see anything . How do i change those fonts colour .
 

Attachments

  • xenfocus.webp
    xenfocus.webp
    27.6 KB · Views: 17
Tried that it doesn't work i even posted this on xenfocus but looks like it will take a while to get response. Can't figure out how to fix that.
 
Anytime :P

For that bit:
Code:
.titlebar.h1{color:hotpink !important;}

Or, if that changes too many colors:

Code:
#content.login .titlebar.h1{color:hotpink !important;}
 
...Huh. You are trying to change the big text saying 'Log in', yeah? Not the red notice?

I'm positive it's the right code, even tested on my own install to be sure. Must be something specific to this style. Got a link for me to poke it?

EDIT: Just dug up the style, I'm definitely misunderstanding you. Explain what exactly you want for me? :p
 
Top Bottom