Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2008
    Posts
    7
    Plugin Contributions
    0

    Default how do I change color of box underneath product display

    Hi all. I'm sure there is an easy solution to this. I just can't find it. Currently working on http://artslob.com and I want to change the space underneath the torquiose colored box above the products to the brown background color. Where is the css to mod this?

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: how do I change color of box underneath product display

    Your stylesheet is specifying a background-image for the centerbox, so you need to eliminate that:
    Code:
    .centerBoxWrapper, .tabTable {
    padding: 0px;
    height: 1%; /*do not remove- IEhack*/
    margin-bottom: 1em;
    line-height:1.4;
    background:#4B2E0B url('../images/content-bg.jpg') 0 28px repeat-x;
    }
    Delete the whole background property so it defaults to transparent:
    Code:
    .centerBoxWrapper, .tabTable {
    padding: 0px;
    height: 1%; /*do not remove- IEhack*/
    margin-bottom: 1em;
    line-height:1.4;
    }
    This controls "tabTable" elements as well as the centerbox, so if you don't want the tables to change, separate them into two declarations before deleting the background from .centerBoxWrapper:
    Code:
    .centerBoxWrapper {
    padding: 0px;
    height: 1%; /*do not remove- IEhack*/
    margin-bottom: 1em;
    line-height:1.4;
    }
    
    .tabTable {
    padding: 0px;
    height: 1%; /*do not remove- IEhack*/
    margin-bottom: 1em;
    line-height:1.4;
    background:#4B2E0B url('../images/content-bg.jpg') 0 28px repeat-x;
    }

 

 

Similar Threads

  1. v151 how to change color of text on product display page
    By aaronjmorgan in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 May 2014, 03:13 AM
  2. Re: how to change dropdown box color on product?
    By uri1223 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Aug 2011, 12:48 AM
  3. how to change dropdown box color on product?
    By uri1223 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Aug 2011, 12:42 AM
  4. Change Display Product Image border color
    By missinglife in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Jun 2009, 02:46 AM
  5. Item Name to live underneath picture in product listing display
    By racquel in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 6 Sep 2006, 09:17 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR