Thread: page background

Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2008
    Posts
    187
    Plugin Contributions
    0

    Default page background

    Can someone tell me where to place code within zencart to change the page background from white to something like the page background in this very forum?

    How can this be done?

  2. #2
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: zencart page background

    Quote Originally Posted by tpeck View Post
    Can someone tell me where to place code within zencart to change the page background from white to something like the page background in this very forum?

    How can this be done?
    In your template folder, CSS, stylesheet.css
    Use Firefox web developer plugin to find the colours you wish to change.

  3. #3
    Join Date
    Oct 2008
    Posts
    187
    Plugin Contributions
    0

    Default Re: zencart page background

    Thanks. The middle column, though, instead of remaining white, also changes to the background colour.

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

    Default Re: zencart page background

    You will have to edit includes/templates/YOUR_TEMPLATE/css/stylesheet.css (YOUR_TEMPLATE refers to the name of your custom template) to separate out the middle column from the rest.

    Try adding this to the stylesheet (replace the content in red with your desired color).

    Code:
    .centerColumn{
    	background-color: #ffffff;
    	}
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  5. #5
    Join Date
    Oct 2008
    Posts
    187
    Plugin Contributions
    0

    Default Re: zencart page background

    Thank you - yes, that worked.

 

 

Similar Threads

  1. Change background on help page but not main page?
    By adamson in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Jan 2008, 07:29 AM
  2. Front Page Background
    By BlushFashions in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 19 Sep 2006, 10:48 AM

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