Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Apr 2007
    Posts
    98
    Plugin Contributions
    0

    Default How to change background colour BEHIND left/right sideboxes?

    Hello! I'm a new Zenner and this is my first post. I've been searching ways in the stylesheet.css for the above purpose. I failed to find any!

    Please refer to the pic, and help me! How to change these colours?



    Thanks in advance.

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

    Default Re: How to change background colour BEHIND left/right sideboxes

    Look for .sideBoxContent in your stylesheet and add the background image there (example in red below). Don't forget to change the background color to something that matches the main color in the image. It'll make the transition from color to image less noticeable.

    Code:
    .sideBoxContent {
      background-color: #000000;
      background-image: url('../images/space011.jpg');
    	padding: 0.4em;
    	}
    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

  3. #3
    Join Date
    Apr 2007
    Posts
    98
    Plugin Contributions
    0

    Default Re: How to change background colour BEHIND left/right sideboxes

    Thanks for the suggestion.

    I don't need to add any background image, just to CHANGE the colour.

    Please re-comment

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

    Default Re: How to change background colour BEHIND left/right sideboxes

    change the background color in the declaration shown by AFO

    background-color: #000000;

    change this to the color you need.

  5. #5
    Join Date
    Apr 2007
    Posts
    98
    Plugin Contributions
    0

    Default Re: How to change background colour BEHIND left/right sideboxes

    Done that, but still it shows the same result.

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

    Default Re: How to change background colour BEHIND left/right sideboxes

    It would help if we could see the site instead of an image of it. Can you post the url?
    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

  7. #7
    Join Date
    Apr 2007
    Posts
    98
    Plugin Contributions
    0

    Default Re: How to change background colour BEHIND left/right sideboxes

    Quote Originally Posted by afo View Post
    It would help if we could see the site instead of an image of it. Can you post the url?
    Yes of course, it's www.radiomeal.com/index.php

    Please take a look. I can't even change the Zen Cart , The Art of E-Commerce thingy. I did the change as instructed by the tutorial but still can get it done. Weird.

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

    Default Re: How to change background colour BEHIND left/right sideboxes

    Step 1: get rid of stylesheet_old.css. Either rename it to something other than .css or delete it. The last stylesheet loaded will overrule any previous stylesheet formatting.

    Step 2: change these colors:

    Code:
    #navColumnOne {
    	background-color: #FFCC99;
    	}
    
    #navColumnTwo {
    	background-color: #00BFBF;
    	}
    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

  9. #9
    Join Date
    Apr 2007
    Posts
    98
    Plugin Contributions
    0

    Default Re: How to change background colour BEHIND left/right sideboxes

    Hey I got it working! It must have been the stylesheet_old.css conflicting with my actual stylesheet.css. I should read more about .css.

    While we are on it, can you advise me how to change:
    1. The background colour of the centre area (above the Hello Friend!....)
    2. The location of both sideboxes so it fit snugly while it touches my logo (notice the gap from the logo and the Category sidebox)

    Thanks, you are really helpful.

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

    Default Re: How to change background colour BEHIND left/right sideboxes

    The area above the "Hello Friend" is the navigation breadcrumb. You can change the color here
    Code:
    #navBreadCrumb {
    	background-color: #cc9900;
    	}
    To move the sideboxes up, adjust the line I've highlighted in red:

    Code:
    .leftBoxContainer, .rightBoxContainer {
    	margin: 0em
    	background-color: #ffffff;
    	border: 5px solid #black;
    	border-bottom: 5px solid #488AC7;
    	margin-top: 1.5em;
    	}
    Download a copy of the Firefox browser and get the webdeveloper addon. It'll let you change the stylesheet on the fly and see the results without really changing anything. Once you get the look you want, you can save the changes locally and then FTP the modified stylesheet to your website.
    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

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Seperate Sidebox Content Background Images for left and right sideboxes.
    By Jordin in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Jan 2010, 10:31 PM
  2. Can you change the colour of the sideboxes?
    By ElijahD in forum Basic Configuration
    Replies: 3
    Last Post: 16 Apr 2009, 12:30 AM
  3. How to Change Background Colour to Background image
    By ittybittykitty in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Aug 2008, 04:36 PM
  4. background colour change!
    By eggrush in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Mar 2008, 10:30 PM
  5. How do i change the colour of sideboxes
    By ritchie111 in forum Basic Configuration
    Replies: 0
    Last Post: 29 Jun 2006, 07:03 PM

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
  •