XF 2.2 Prefix sizing

Ignite

Member
How does one make the discussion list prefix larger in size?

I'm using UI.X Classic dark and i'm having issues pulling this off.
 
Solution
If it is the same as xenForo default, add this to extra.less template

Code:
.label

{font-size:24px;
padding:10px}

ie the size is mainly defined by the text size and padding

If not probably best to ask in that style support discussion
If it is the same as xenForo default, add this to extra.less template

Code:
.label

{font-size:24px;
padding:10px}

ie the size is mainly defined by the text size and padding

If not probably best to ask in that style support discussion
 
Solution
If it is the same as xenForo default, add this to extra.less template

Code:
.label

{font-size:24px;
padding:10px}

ie the size is mainly defined by the text size and padding

If not probably best to ask in that style support discussion
This helped, i had to tweak it a bit but thanks a bunch man!
 
Top Bottom