Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Luca Azalim Posted March 20, 2016 Posted March 20, 2016 I want to change the default color and size of the posts of the forum. How can I make it?
karl-os Posted March 20, 2016 Posted March 20, 2016 I believe the font size and colour is controlled at the theme level. For my site, I use 14px Roboto text (a bit larger than normal). So I inserted the following code into custom.css: .ipsType_medium { font-size: 14px; font-weight: normal; font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif; } .ipsType_normal { font-size: 14px; font-weight: normal; font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif; } .ipsDataItem_title { font-family: Helvetica, Arial, sans-serif; } body { font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; background-color: #ebeef2; } .ipsType_small { font-size: 11px; font-weight: normal; } .ipsWidget .ipsDataItem_title { font-size: 14px; font-weight: normal; font-family: Helvetica, Arial, sans-serif; } And in globalTemplate I inserted: <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> under <!DOCTYPE html>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.