Trying to add customized css into Extra

Bain

Active member
I am trying to customize my theme a bit further. The problem is that certain code doesn't appear to work when inserted into the Extra template.

Am I missing something here? I have code already in the extra template and never had an issue previously. Should I be copying the whole active link code in order to make it work?

I have it working right now, after editing the xenforo.css. But when I update, it will be removed.

Code:
.ugc a:hover, .ugc a:focus {
    background: url("styles/default/xenforo/gradients/category-23px-light.png") repeat-x scroll center top #718270 !important;
    color: #000000 !important;
}
 
Yea, I was doing a copy and paste. That didn't get the beginning dot.
It is in the actual code. I've found several pieces of css code which simply does not work in extra.css (for me)
 
Top Bottom