Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
David N. Posted May 24, 2022 Posted May 24, 2022 I'm trying to customize font sizes a bit, as I generally find them a bit too small for my liking. To change the font size for the text inside the forum posts, I went into my theme > Font Scale, and changed "Medium Text". However that also changed the size of the last post titles listed next to each forum on the home page. Is there a way to avoid that? I also would like to change the default font size for a <p> element in Pages, and I'm not sure which one to change? Thanks!
Marc Posted May 24, 2022 Posted May 24, 2022 Each text element is under one of those categories (medium for example), and so would affect more than one area. If you wish to change the font size of one item specifically, you would need to customise this in CSS in your theme. David N. 1
David N. Posted May 24, 2022 Author Posted May 24, 2022 1 minute ago, Marc Stridgen said: Each text element is under one of those categories (medium for example), and so would affect more than one area. If you wish to change the font size of one item specifically, you would need to customise this in CSS in your theme. Ok thanks Marc. Is there a way to tell to which category a text element belongs to? For example the <p> element in Pages?
Marc Posted May 24, 2022 Posted May 24, 2022 You would need to take a look at the CSS files on your theme. For example is you look at core.css you will see right at the top you have the following, which shows you that ID uses the font size associately with 2x_large #elErrorMessage { margin-top: 0; font-size: {fontsize="2x_large"}; font-weight: 500; line-height: 1.4; max-width: 800px; } David N. 1
Recommended Posts