You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#116132 Editor text color

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Monday, 12 February 2024 11:13 GMT

coconutboy
Hi Support,

I've noticed that the text in my editor is a slight light gray. This has an impact on editing as it strains my eyes. Not sure if something is clashing with the template css or similar files but see attached. Most grateful if you can advise how I fix this.
Thank you!

Attachments

Ryan
Please see - https://www.joomlacontenteditor.net/support/faq/editor/editor-background-dark-or-editor-background-image

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

coconutboy
Hi Ryan,

Thanks for this. Slightly does the trick. It's black but I guess if I can increase the font weight, that would do the trick. For now the weight is 100. 300 fixes it. Can I override this ?
Thank you!

Ryan
Which template are you using?

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

coconutboy
Hi Ryan,

Joomla 4 Atum. Helix Framework for the frontend.
Anywhere that I can add a custom css for the body editor panel ?
Thanks

Ryan
Add the following to the custom.css file in your template's css folder:

.mceContentBody {
    font-weight: 400;
    /* other styles */
}

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

coconutboy
Hello Ryan,

I thought the css was to be added somewhere in JCE. No worries, will add it to ATUM backend css.
Thank you again, please close ticket.

Regards,
Patrick

Ryan
I thought the css was to be added somewhere in JCE. No worries, will add it to ATUM backend css.


JCE loads the custom.css file in your template's css folder if it exists. This will then style the editor content, along with the other template stylesheets.

The ATUM backend css has no effect on the editor contents.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.