How to disable backgroud in editors?

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Thu Jan 03, 2013 12:57 pm
Hi,
How to disable backgroud in editors?
By default - it's takes from style1:
templates/gk_league_news/images/style1/bg_main.jpg"
templates/gk_league_news/images/style1/bg_main.jpg"
How i can disable backgroud only for redactor window?
User avatar
Junior Boarder

Konrad M
Thu Jan 03, 2013 1:48 pm
Hi,
if you would like disable background on one page please use 'Suffixes for pages' option. Go to template settings. Here in 'Features' section please add Suffix to ID (id of page where you don't want use it) for example ' nobg' and then please add to override.css
Code: Select all
.nobg {
  background:none !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Jan 07, 2013 8:15 am
Solution for JCE:
Use Editor Styles "default" in JCE settings.
User avatar
Junior Boarder


cron