Results 1 to 9 of 9
  1. #1
    Join Date
    May 2006
    Posts
    43
    Plugin Contributions
    0

    Default Changing column bg colors

    I've searched the forums. Checked out all the css info (including those to find things in the css) I can not for the life of me change the background colors in the left and right columns. URL is www.sssoaps.com/shop

    Thanks,

    Andrea

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Changing column bg colors

    In your stylesheet.css find these lines:

    Code:
    #navColumnOne {
    
    	background-color: #FFCC99;
    
    	}
    
    
    
    #navColumnTwo {
    
    	background-color: #00BFBF;
    
    	}
    Change the color code as you want.

  3. #3
    Join Date
    May 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Changing column bg colors

    hi Clyde,

    Thank you. I did do that though and for some reason the changes aren't showing up. I have them both set at #ffffff

    Andrea

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Changing column bg colors

    You're using 3 stylesheets

    stylesheet.css
    stylesheet_new.css
    stylesheet_original.css

    there may be duplicate selectors in these stylesheets that are interfering with each other and affecting the rendering of the pages.

    I'd go through them combine/modify/delete selectors and comeup with just one stylesheet.

  5. #5
    Join Date
    May 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Changing column bg colors

    Ok I'm starting from "scratch". Got the logo centered and got my columns white. What's the best way to get a border around the whole column? Right now it's only on the outsides of the columns. Also, how to make a border around each sidebox? I'm off to search the forum for answers, but if have a quick fix I'd be happy to hear it. Thank you so much for all your help. I am learning quite a bit.

    Andrea

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Changing column bg colors

    Are you using only left side boxes?

    If you want to use right boxes with borders you'll need to add this to your stylesheet:

    Code:
    .rightBoxContainer {
    
    	border: 1px solid #000000;
    
    	margin-top: 1.5em;
    
    	}

  7. #7
    Join Date
    May 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Changing column bg colors

    Hi Clyde,

    Originally I had both sides, but when i started from scratch I decided to just go with the left side. Still can't get a border around the columns though. I did get ones around the boxes though so I'm making progress. Need to figure out how to get a login/my account link up below the header. I think i deleted something somewhere, but I'm going to stop looking at it for today and then maybe I can figure it out tomorrow. Thanks!

    Andrea

  8. #8
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Changing column bg colors

    Find this in your style sheet:


    Code:
    #navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
    	margin: auto;
    }
    and make this change:

    Code:
    #navColumnOneWrapper, #navColumnTwoWrapper {
    	margin: auto;
    	border: 1px solid #000;}
    #mainWrapper {
    	margin: auto;
    }
    Also if I could make a suggestion, Your column and the boxes are the same width. I'd make the column just a bit wider than the boxes. You can do this in admin -> configuration -> layout settings -> column width - left.

    leave the boxes at 150px and set the column to 170px

  9. #9
    Join Date
    May 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Changing column bg colors

    Thanks Clyde! You've been a huge help I'll play with it some more tomorrow and let you see my progress (If you'd like a free bar of soap, let me know )

    Andrea

 

 

Similar Threads

  1. How can I change link colors in header, without changing all other link colors?
    By coreyalderin in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 20 Jun 2012, 03:17 AM
  2. Change link colors in left nav column
    By Empire402 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Feb 2008, 01:18 AM
  3. nav column colors issue
    By traders in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 29 Nov 2007, 06:01 PM
  4. Changing Colors on middle and side column
    By dragoncelt in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Aug 2007, 09:35 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