Internet Explorer
Internet Explorer is not supported. Please upgrade to a more modern browser.
I was wondering if there is a way to remove the white and make it transparent so you can see my background image or if anyone has a idea on how to make this look better. if somebody could help me with this it would be greatly appreciated.
thanks!
Hi,
Using the Default Revamp template, you need to modify the CSS (custom/templates/template/css/custom.css) and add the following:
.body.pushable>.pusher {
background: transparent;
}
body.pushable {
background: transparent !important;
}