
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
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
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 regardsHi,
Nice to hear that. Feel free to contact us in any other occasion.
Sincerely,
Hella