How can i hide or remove black line from very bottom of page

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Mon Nov 12, 2012 9:51 am
Hi!

First of all ty for the great template.

I need your help i changed the background picture on the esporter but there is a black line on the very bottom of page---i put the test page on a domain to see my problem:
http://www.szalonszoftver.hu/
Please send me where can i swich it of or how could i hide it.

thank you for your help
User avatar
Junior Boarder

Konrad M
Mon Nov 12, 2012 9:58 am
Hi,
this is happend becasue you added background to div element inside body. And body tag has set background as a black color. Please add this to override.css:
Code: Select all
body {
background: transparent url('../images/style1/bg_image.png') repeat center 0 !important;
}
body > .bg {
background: none !important;
}

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

GK User
Mon Nov 12, 2012 2:18 pm
Dear Konrad!

thank you the wow support:) (my problem solved)

King regards
User avatar
Junior Boarder


cron