Jump to content

Featured Replies

Posted

Hello people, I'd like to enlarge the font size in the editor.  

How can I do that?

  • Author

Anyone? 😓

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.

image.png.4eb5f970409efdacd556051bea7db5f8.png

.ipsType_normal {
    font-size: 16px;
}

Change size in pixels to suit.

Is this what you're after?

  • Author

I tried both solutions you proposed, but they don’t work... I would like to enlarge the default font to type: 

screenshot-ultimapagina.net-2021_01.17-12_29_10.thumb.png.05cf752ea610085f7cbbdcae47dbc339.png

Is this possible? 😕 I have visually impaired users 😄 

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.

  • Author

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!

Recently Browsing 0

  • No registered users viewing this page.