Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Amy Pond Posted January 13, 2021 Posted January 13, 2021 Hello people, I'd like to enlarge the font size in the editor. How can I do that?
Davyc Posted January 17, 2021 Posted January 17, 2021 There are two ways to do this - the first is to highlight your text and use the 'Size' option in menu bar. The second is to increase the size of the normal font size, however, this will affect all text throughout your site that uses the normal font size - if that's what you want use the code below and add it to your custom CSS file. .ipsType_normal { font-size: 16px; } Change size in pixels to suit. Is this what you're after?
Amy Pond Posted January 17, 2021 Author Posted January 17, 2021 I tried both solutions you proposed, but they don’t work... I would like to enlarge the default font to type: Is this possible? 😕 I have visually impaired users 😄
Davyc Posted January 17, 2021 Posted January 17, 2021 As @Nathan Explosion suggests: .cke_wysiwyg_div { font-size: 50px; } Change the size to suit. This only affects the editor as text is being typed and not how it will appear posted. Amy Pond 1
Amy Pond Posted January 17, 2021 Author Posted January 17, 2021 It's very strange, I added the code to custom css but nothing is changed 😶 Ok, I added !important and now it works 😄 Thank you guys! SeNioR- and Davyc 2
Recommended Posts