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 Offline

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

Please create a new Ticket and we will get back to you as soon as we can.

#104377 Creating Editor.css - Help

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 sandstorm871 on Wednesday, 20 May 2020 13:19 BST

sandstorm871
I read over this support document to help set up a custom overriding editor.css file to stop displaying a dark background - https://www.joomlacontenteditor.net/support/tutorials/editor/create-a-custom-editor-stylesheet I set up a new editor.css file with the below code, set to custom.css in JCE Config & added templates/$template/css/editor.css The background is now white, but all other stying is now default, so I was wondering if the above document is still the correct way to do this?

@import url(theme.css);
@import url(bootstrap.css);
@import url(uikit3.css);
body {background-color: white;}
Thanks in advance, Andy

Ryan
You may have the wrong url values for the template css files.

Please post a link to your site.

Ryan Demmer

Lead Developer / CEO / CTO

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

sandstorm871
Apologies I've located the problem 🙁
I had done almost everything correct, including clearing site & browser cache. However, forgot about CDN cache. Once that cleared itself, all was OK :)