Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Feb 2008
    Posts
    36
    Plugin Contributions
    0

    Default Red Passion TP - Can't change center box background color

    Hi. I can't change the background color of the centerbox and right column. My site is www.cedardelight.com

    After going through the stylesheet.css file, I changed mainwrapper_tile.jpg(light grey box) to mainwrapper_tile_white.jpg(white box), but that attempt only changed the left column. I searched this forum, but I couldn't find the answer.

    How can I change them? Thanks alot for your help!

    #mainWrapper {

    text-align: left;
    width: 842px;
    vertical-align: top;
    background-image: url(../images/mainwrapper_tile_white.jpg);
    background-repeat: repeat-y;
    background-position: center;
    }

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

    Default Re: Red Passion TP - Can't change center box background color

    What happens if you get rid of these in your main wrapper?
    Code:
    background-image: url(../images/mainwrapper_tile_white.jpg);
    background-repeat: repeat-y;
    background-position: center;
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Red Passion TP - Can't change center box background color

    Hi, Kobra. Then it changes back to all grey backgrounds for left, center, and right columns.

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

    Default Re: Red Passion TP - Can't change center box background color

    Then it changes back to all grey backgrounds for left, center, and right columns.
    I checked and it looks all WHITE to me???
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Feb 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Red Passion TP - Can't change center box background color

    Woops.. actually I was wrong. It looks grey in my monitor, but they actually are white backgrounds!

    But the grid lines that devide each column are gone. How can I show (vertical) grid lines to seperate each column? Thanks again!

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

    Default Re: Red Passion TP - Can't change center box background color

    Look for:
    #navColumnTwo {transparency;}

    Change to:

    #navColumnTwo {background-color: #FF0000;}

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

    Default Re: Red Passion TP - Can't change center box background color

    Quote Originally Posted by haredo
    #navColumnTwo {background-color: #FF0000;}
    Why RED??
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Feb 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Red Passion TP - Can't change center box background color

    Quote Originally Posted by haredo View Post
    #navColumnTwo {background-color: #FF0000;}
    Haredo,

    when I changed navColumnTwo as you suggested, the background of the right column changed to red color.

    What I want are vertical divider lines to separate each column. Thanks.

  9. #9
    Join Date
    Feb 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Red Passion TP - Can't change center box background color

    Well, if I can recover the vertical lines or not, I'd like to thank you for kobra and haredo.

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

    Default Re: Red Passion TP - Can't change center box background color

    Find these and edit as follows:
    Code:
    #navColumnOne {
    	background-color: transparent;
            border: 1px solid #9a9a9a;
        }
    
    #navColumnTwo {
    	background-color: transparent;
            border: 1px solid #9a9a9a;	
    	}
    or
    Code:
    .leftBoxContainer {
         border: 1px solid #9a9a9a;
    	}
    
    .rightBoxContainer {
         border: 1px solid #9a9a9a;
    	}
    Try each and see what you want
    Zen-Venom Get Bitten

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 8 Mar 2011, 11:26 AM
  2. red passion change address button
    By jenpen in forum General Questions
    Replies: 3
    Last Post: 17 Apr 2009, 02:28 AM
  3. trying to change URL box size- Red Passion template
    By frattura30 in forum Addon Templates
    Replies: 1
    Last Post: 27 Sep 2008, 09:35 PM
  4. Change color of background in boxes in center column
    By jaylyns in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 22 Aug 2008, 12:19 AM
  5. Red passion back ground change help need it
    By marcelosurf in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 10 Apr 2008, 08:39 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