Hi Jettrue,

I'm trying to remove the grey bacground for the side boxes on the fly. I'm using this tutorial:https://www.zen-cart.com/tutorials/i...hp?article=233
with this code (in includes/templates/template_default/common/tpl_main_page)

if ($this_is_home_page) {
$flag_disable_left = true;
}
to disable the sideboxes on specific pages. Is there a way that I can disable the background on specific pages and enlarge the central column as well?

Thanks
Suekay