Ascalon

Customer
Hey guys, at first i wanna say thanks for your great work, I like your styles.

And now my question, it is somehow possible, to make my prefixe more slim?
prefix.jpg
 
@Fiala06
Try adding importants:

Code:
.discussionListItem .title .prefixLink {
font-size: 12px !important;
}
.discussionListItem .title .prefixLink span {
padding: 1px 8px !important;
}
 
Basically that will need applied to all prefixes the way it is setup.

To be honest fusion gamer needs to be updated for the prefixes, they could be done an easier way.

When setting a prefix in the custom CSS field you could do this for all of them.

fgPrefix fgBlue
fgPrefix fgYellow
ect..

Then fgPrefix will be the main styling.

Something like.
Code:
fgPrefix {
padding: 0px 8px !important;
font-size: 14px;
}

Then change background by being more specific.
Code:
.fgBlue { background: #0571bc; }

If you would like more help with it we would need some style access.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back