Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
cualupe Posted December 29, 2015 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?
openfire Posted December 29, 2015 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.
openfire Posted December 29, 2015 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.