Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default disable right column background only on product_info

    Hi,

    I have the right column on product_info disabled via tpl_main_page

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

    Code:
    #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 */
        }
    What is the correct css to disable the background image only on the product_info page?

    Thanks

  2. #2
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: disable right column background only on product_info

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

    thanks!

 

 

Similar Threads

  1. Disable Right Column on Specific Pages
    By Feznizzle in forum General Questions
    Replies: 9
    Last Post: 2 Jul 2015, 01:21 PM
  2. v151 disable right column only in Category page
    By asdfwen in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Jun 2013, 04:52 AM
  3. Disable Right Column from index&cPath only
    By rbarbour in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 6 Apr 2011, 11:50 PM
  4. Changing Right Column Background Color
    By tanyaleann in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Sep 2008, 09:25 PM
  5. Disable Right Column for Wordpress pages
    By rainthebat in forum General Questions
    Replies: 0
    Last Post: 14 Aug 2008, 10:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg