Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Help with changing a Color on the main page

    I want to change the color of the whole left side I want it all to be the same color as the boxes but I dont want it to change the white color on the middle.http://www.dyecastapparel.com/catalog/ can some one please help?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Help with changing a Color on the main page

    Find the occurrences of this tag and reduce to a single separate entry and add a background color -

    Code:
    #navColumnOne {
    	background-color: #your color;
    	}
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: Help with changing a Color on the main page

    I found that twice in the stylesheet I changed the top one and it did nothing here is what I see. where do I change it?


    #navColumnOne, #navColumnTwo {

    background-color: transparent;

    }




    /*The main content classes*/

    #contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {

    vertical-align: top;

    }

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Help with changing a Color on the main page

    Quote Originally Posted by KoBra
    Find the occurrences of this tag and reduce to a single separate entry
    Combine the settings from all into one entry
    Zen-Venom Get Bitten

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

    Default Re: Help with changing a Color on the main page

    Change this one:

    Code:
    #navColumnOne, #navColumnTwo {
    
    background-color: transparent;
    
    }
    If you want to have both columns the same, change "transparent" to the color code you want.

    If you want them to be different, do this:

    Code:
    #navColumnOne {
    	background-color: #FFCC99; <- replace with the color of your choice
    	}
    
    #navColumnTwo {
    	background-color: #00BFBF; <- replace with the color of your choice
    
    	}
    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

  6. #6
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: Help with changing a Color on the main page

    this changes the color but it changes the color of left side and the middle I just want to change the left side

    #mainWrapper {

    background-color: #000000;

    text-align: left;

    width: 750px;

    vertical-align: top;

    border: 1px solid #9a9a9a;

    }

  7. #7
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: Help with changing a Color on the main page

    Thank you now if I want it to be a background image i set it up this way right

    #navColumnOne {
    background-image: url();
    }

    #navColumnTwo {
    background-color: #ffffff;

    }

 

 

Similar Threads

  1. Changing the color of the main page
    By altyrocks in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 1 Jun 2011, 09:33 PM
  2. Help with Changing the Background Color
    By zvaughn in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 10 Feb 2011, 02:18 PM
  3. Changing Background Color on Main Page Header ....
    By Horrific_ending in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Dec 2010, 07:38 PM
  4. Help with changing the width of page
    By ert0000 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Oct 2009, 10:35 AM
  5. problem with changing background color in main css
    By Agent_KGB in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 13 Feb 2009, 04:31 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