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
- Forum
- JCE Editor
- How to adjust default font size in JCE Editor 2.9.17 Joomla 4. Writings are not readable.
Support is currently Offline
Official support hours:
Monday To Friday
From 09:00 To 17:00 Europe/London (BST)
From 09:00 To 17:00 Europe/London (BST)
Please post your question in the Forum and we will get back to you as soon as we can.
Dear Ryan,
I can't read what I'm typing in the backend.
The font size is too small in the Backend.
The font size is fine on the frontend using Cassiopeia.
Using Joomla 4 standard templates Cassiopeia and Atum.
Global Configuration / Site / Default Editor ... set to Editor – JCE
Components / JCE Editor Pro / Global Configuration / Editor Styles is Default ...
it uses Default JCE Editor Styles
How to find css file when F12 doesn't "Inspect" your area.
Templates/cassiopeia/css/editor.css
Templates/system/css/editor.css
componentns/com_jce/editor/libraries/css/editor.min.css
Where to modify text-size ?
Please advise
I can't read what I'm typing in the backend.
The font size is too small in the Backend.
The font size is fine on the frontend using Cassiopeia.
Using Joomla 4 standard templates Cassiopeia and Atum.
Global Configuration / Site / Default Editor ... set to Editor – JCE
Components / JCE Editor Pro / Global Configuration / Editor Styles is Default ...
it uses Default JCE Editor Styles
How to find css file when F12 doesn't "Inspect" your area.
Templates/cassiopeia/css/editor.css
Templates/system/css/editor.css
componentns/com_jce/editor/libraries/css/editor.min.css
Where to modify text-size ?
Please advise
more than a month ago
·
#109999
Update Joomla 4.0.5 JCEPro 2.9.19-Beta7
Font Size in text area is standard 10pt.
It is too small to read without glasses.
System / Site Templates / Cassiopeia / CSS / Template.css
Line 08 :root {
--body-font-size: 1rem;
change into
--body-font-size: 18pt;
or into 2rem ... that doesn't work (anymore)
Font Size in text area is standard 10pt.
It is too small to read without glasses.
System / Site Templates / Cassiopeia / CSS / Template.css
Line 08 :root {
--body-font-size: 1rem;
change into
--body-font-size: 18pt;
or into 2rem ... that doesn't work (anymore)
Administrator Templates / Atum Details and Files / css / template.css
root {
--body-font-size: 18pt; /* instead 1 rem; line 82 when each semicolon is entered */
}
JCE does not load the admin template.css file, but the site cassiopeia template.css file - templates/cassiopeia/css/template.css
In this file, the default font-size is 1rem.
Just because you're not paranoid doesn't mean everybody isn't out to get you.
more than a month ago
·
#109597
Thanks. I will wait the full answer.
Set Components / JCE Editor Pro / Globak Configuration / Editor Styles ... to Template CSS
Administrator Templates / Atum Details and Files / css / template.css
root {
--body-font-size: 18pt; /* instead 1 rem; line 82 when each semicolon is entered */
}
Doesn't work
Article text size is still font-size 10 pt.
I will need 2.0X reading glasses for that.
Set Components / JCE Editor Pro / Globak Configuration / Editor Styles ... to Template CSS
Administrator Templates / Atum Details and Files / css / template.css
root {
--body-font-size: 18pt; /* instead 1 rem; line 82 when each semicolon is entered */
}
Doesn't work
Article text size is still font-size 10 pt.
I will need 2.0X reading glasses for that.
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »