XF 2.1 Change font size of threads and messages count ?

webbouk

Well-known member
Where would I look in order to change the font size of the threads and messages counters on the forums home page?

Or is it something that can be added to extra.less ?

Thanks
 
Hello,
You can change the font size adding this in extra.less
CSS:
.node-stats dd {
    font-size: 34px;
    }
Adjust the size to your liking
 
Back
Top Bottom