How to remove that picture/colour

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Mon Feb 25, 2013 10:53 am
Hey,
I have one problem.
When I upload my background there is two boxes in the center of my site with a dark green colour.... How to remove this colour/picture/boxes?

Image
User avatar
Senior Boarder

Konrad M
Mon Feb 25, 2013 10:55 am
Hi,
can you give us url to your site? It will be much easier to help you.
User avatar

GK User
Mon Feb 25, 2013 11:22 am
Yes, the site now is locked but I will unlock to see it
http://orientplus.com/touch_new_worlds/
User avatar
Senior Boarder

Konrad M
Mon Feb 25, 2013 11:36 am
Please try add to override.css
Code: Select all
.nopaper #gkContent::before {
display: none;
}

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

GK User
Tue Feb 26, 2013 6:29 pm
I made it but now I see in other categories is the same...
http://orientplus.com/touch_new_worlds/
Like go with main menu in "Bulgarian tours" or "Tours" or "Cruises" and etc... There is the same picture...
User avatar
Senior Boarder

Konrad M
Wed Feb 27, 2013 4:19 pm
Please change my code to this one:
Code: Select all
#gkContent::before {
display: none !important;
}
User avatar

GK User
Wed Feb 27, 2013 7:43 pm
Now it works perfect... Thank you!
User avatar
Senior Boarder


cron