Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / disable right column background only on product_info

disable right column background only on product_info

Locked

Views: 975

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
12 May 2009, 8:47 PM
#1
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

disable right column background only on product_info

Hi,

I have the right column on product_info disabled via tpl_main_page

if ($current_page_base == 'product_info') {
  $flag_disable_right = true;
}
```But it still shows my background image for both columns in the css stylesheet.

#contentMainWrapper {
background:url("../images/sidebox.gif") 100% 0 repeat-y; /* This is the right column background "faked" with an image. */
background-color:#ffffff; /*background color for the main "content" of the site */
}


Thanks
12 May 2009, 11:09 PM
#2
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: disable right column background only on product_info

never mind :blush:
figured it out with a css file just for that page.

thanks!