cualupe Posted December 29, 2015 Share Posted December 29, 2015 I'd like to make the number that tells you how many posts there are in a forum a smaller font size How can I achieve this please? Link to comment Share on other sites More sharing options...
openfire Posted December 29, 2015 Share Posted December 29, 2015 In the CSS is my guess: .ipsDataItem_statsLarge .ipsDataItem_stats_number { font-size: 22px; font-weight: 300; line-height: 1.3; } Change "font-size: 22px;" to whatever number you want. Link to comment Share on other sites More sharing options...
cualupe Posted December 29, 2015 Author Share Posted December 29, 2015 Thanks, I added it to custom.css Link to comment Share on other sites More sharing options...
openfire Posted December 29, 2015 Share Posted December 29, 2015 AdminCP->Customization->Themes->Edit HTML and CSS (of theme you are using)->CSS->Core->Front->Custom->custom.css Paste this at the bottom of the file: .ipsDataItem_statsLarge .ipsDataItem_stats_number { font-size: 22px; font-weight: 300; line-height: 1.3; } Change the font-size to your desired number. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.