Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 29, 20159 yr 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?
December 29, 20159 yr 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.
December 29, 20159 yr 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.
Archived
This topic is now archived and is closed to further replies.