Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Posts
    81
    Plugin Contributions
    0

    Default column layout grid changing the background color

    Hi,

    I have installed column layout grid for Zen Cart 1.3.8a and i want to change the background color within the column and cannot find the style in the style sheet ?

    Can anyone help please.

    Site - bellarico .co .uk

    Thanks Che

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: column layout grid changing the background color

    Look for this in your stylesheet:

    Code:
    .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .specialsListBoxContents {
    	border: 1px solid #ebebeb;
    	height: 230px;
    	margin: 5px 5px 0 0 !important;
    	padding: 10px 10px 5px;
    	width: 186px !important;
    	text-align: left !important;
    	background-color: #ffffff;
    }
    Add this below it. It should change the area around the images blue (just to be obvious). Adjust the color to your liking.

    Code:
    .centerBoxContentsNew {
    	background-color: #0000ff;
    }

  3. #3
    Join Date
    Apr 2006
    Posts
    81
    Plugin Contributions
    0

    Default Re: column layout grid changing the background color

    Hi,

    thanks for your reply, but this did not work , heres the page where i need the bg white on the column layout grid - http://www.bellarico.co.uk/summer-sale-c-68

    Regards Che

  4. #4
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: column layout grid changing the background color

    Ok, I think I got it now.

    Look for this in your stylesheet and add the text in red:

    Code:
    .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .specialsListBoxContents, .centerBoxContentsProducts  {
    	border: 1px solid #ebebeb;
    	height: 230px;
    	margin: 5px 5px 0 0 !important;
    	padding: 10px 10px 5px;
    	width: 186px !important;
    	text-align: left !important;
    	background-color: #ffffff;
    }

  5. #5
    Join Date
    Apr 2006
    Posts
    81
    Plugin Contributions
    0

    Default Re: column layout grid changing the background color

    Hi,

    Thanks that worked, I added own its own has i need to have it a little different, just need to get the add to show within the box.

    Once again thanks Che

 

 

Similar Threads

  1. EXACTLY how to install the Column Layout Grid addon?
    By juukyuu in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 14 Jan 2012, 04:13 AM
  2. Column grid layout borders on the inside
    By Sheryll in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 18 Jun 2010, 01:39 AM
  3. Changing Right Column Background Color
    By tanyaleann in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Sep 2008, 09:25 PM
  4. Changing header bar and left column background color
    By mydlam in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 10 Jun 2008, 07:13 AM
  5. Replies: 6
    Last Post: 9 Jul 2007, 06:30 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