Joomla Backend: How change background in editor?

admin166
24 Posts
admin166 posted this 14 June 2017

Hello

I'm not sure, however, can I change the white background for the joomla-editor by the the themler-template?

Kind regards
armin

Hello I'm not sure, however, can I change the white background for the joomla-editor by the the themler-template? Kind regards armin
Vote to pay developers attention to this features or issue.
3 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 14 June 2017

Hi,

At first, please check what stylesheet editor is using. You can check it under the editor settings. If you want to use theme stylesheet you should specify themes template.css file. But there is still one problem. Themler theme does not assign background color directly to BODY element. Themler uses classes for this. The editor does not have the same classes. Therefore background will not be visible. But you can try adding the following code to the Themler Settings >> Additional css:

body
{
background-color: red;
}

This will work only if joomla editor uses exactly theme stylesheet.

Thank you,
Olivia

Hi, At first, please check what stylesheet editor is using. You can check it under the editor settings. If you want to use theme stylesheet you should specify themes template.css file. But there is still one problem. Themler theme does not assign background color directly to BODY element. Themler uses classes for this. The editor does not have the same classes. Therefore background will not be visible. But you can try adding the following code to the Themler Settings >> Additional css: `body { background-color: red; }` This will work only if joomla editor uses exactly theme stylesheet. Thank you, Olivia
admin166
24 Posts
Is Solution
admin166 posted this 14 June 2017

Hello Olivia

Thank you. I changed the color of the text (it was also white).
Now it works.

Kind regards

Hello Olivia Thank you. I changed the color of the text (it was also white). Now it works. Kind regards
Support Team
Support Team posted this 15 June 2017

Hi,

Nice to hear that. Feel free to contact us in any other occasion.

Sincerely,
Hella

Hi, Nice to hear that. Feel free to contact us in any other occasion. Sincerely, Hella
You must log in or register to leave comments