remove white bg

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Thu May 30, 2013 8:26 pm
Hi Everybody!

I'm trying in vain to get rid off the white background of the gkcontent like the image below shows. I added the below css

#gkContent {
background-image:none;
background-color:none;
}

but it doesn't work. Any ideas?

http://www.mumsbitar.se

nowhite.jpg
User avatar
Senior Boarder

GK User
Thu May 30, 2013 9:06 pm
Hi again,
This should be easy & tested

Code: Select all
#gkContent  { background:none; }


it's little bit complicated - css have it own "magic" rules, that's why your very similar bg property didn't worked.

Also read about this: background:transparent; :side:
User avatar
Platinum Boarder


cron