Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Change Side Box Color

    How do you change the background color to the sideboxes

    http://homepartyusa.com/ right now its grey

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Change Side Box Color

    Quote Originally Posted by CnTGifts View Post
    How do you change the background color to the sideboxes

    http://homepartyusa.com/ right now its grey
    C,
    .sideBoxContent {background-color: #FF0000;}

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Change Side Box Color

    This template uses background images to simulate the look of a full-height sidebar, no matter what the height of the sidebar content.
    You can change these images if you want:
    Code:
    #contentMainWrapper {
    	background:url("../images/sidebox.gif") 100% 0 repeat-y; /* This is the right column background "faked" with an image. */
    	background-color:#ffffff; /*background color for the main "content" of the site */
    	}
    
    #contentMainWrapperb {
    	background: url("../images/sidebox.gif") 0 0 repeat-y; /* This is the left column background "faked" with an image. */
    	}
    The slightly redder shade of the categories box is controlled by haredo's suggestion.

  4. #4
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Change Side Box Color

    thats the only way to change that grey?

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Change Side Box Color

    If it is the full-height color bars you are talking about, yes, that's the only way.

  6. #6
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Change Side Box Color

    Im talking about the big grey boxes on both sides

  7. #7
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Change Side Box Color

    how can i change it, i tried changing that image in photoshop but it keeps putting the file size at 0 and nothing shows up

 

 

Similar Threads

  1. how to change the color of side box?
    By shay nissim in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 7 Jan 2009, 04:36 AM
  2. How to change the Color of the side box title bar?
    By res in forum General Questions
    Replies: 3
    Last Post: 9 Jul 2008, 08:30 PM
  3. Bottom Green Bar in every Side Box - How do I change its Color?
    By zcnb in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Jun 2008, 04:13 PM
  4. how to change the color of a specific side box?
    By gsdcypher in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 23 Feb 2007, 08:05 AM
  5. How to have sub categories set; also, how to change color in contents of side box?
    By Kitty in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Nov 2006, 07:15 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