Please, I need to remove the default background image that appear in TWN II template, behaind text logo.
thank you
body {
background:none !important;
}
Konrad M wrote:Hi
Please try add to override.css
- Code: Select all
body {
background:none !important;
}
and remember to enable override.css option in template settings.
Konrad M wrote:Please add this to override.css file. It will avoid issues during further template updates. But remember to enable override.css option in template settings.
body { background: none!important;}