remove default picture in top part of TNW II

October 08 Joomla Templates
GK User
Mon Apr 02, 2012 10:03 am
Please, I need to remove the default background image that appear in TWN II template, behaind text logo.

Image

thank you
User avatar
Fresh Boarder

Konrad M
Mon Apr 02, 2012 1:48 pm
Hi
Please try add to override.css
Code: Select all
body {
background:none !important;
}


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

GK User
Mon Apr 02, 2012 11:38 pm
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.


Thank you so much. It works perfectly.
User avatar
Fresh Boarder

GK User
Wed Jun 20, 2012 12:43 am
Hi would you mind telling me where exactly i can change ? because i am trying to find the exact line for TWN II 2.5 joomla but i couldn't find it

Thanks in advance,

Shaker
User avatar
Fresh Boarder

Konrad M
Wed Jun 20, 2012 9:23 am
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.
User avatar

GK User
Wed Jun 20, 2012 7:33 pm
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.


Thanks for your help

Shaker
User avatar
Fresh Boarder

GK User
Thu Jun 21, 2012 7:08 am
This is not working for me. I want to increase the size of the logo - it shrank from the original 300 x 95, and I want to get rid of the squiggly line because my logo needs a white background.

I tried to add the code outlined to the override.css and ensured the override was switched on in the template, but its still there. But the override is working, when I choose to align the logo left for example, it moves.

Can anyone help?

Capture.gif
User avatar
Fresh Boarder

GK User
Thu Jun 21, 2012 7:55 am
To phildobbie:

That image is from body background so using below in override.css will get rid off the image.
Code: Select all
body { background: none!important;}


See you around...
User avatar
Platinum Boarder


cron