Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Apr 2009
    Posts
    6
    Plugin Contributions
    0

    Default New template - Quick sidebox header background color change. Any ideas?

    http://www.georgespokerstore.com/store/

    Can someone tell me how I can change the background color of the title of each sidebox, (Information, Reviews) to look like the (Categories) sidebox? I want to replace the blue background with the orange color which is behind the "Categories" text in the Categories sidebox.

    Any ideas on where this change can take place?

    Thanks.
    -George

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

    Default Re: New template - Quick sidebox header background color change. Any ideas?

    The headings are background images, not colors. Your template maker has added two layers of divs to the standard one, apparently to allow rounded corners. In your stylesheet, find this
    Code:
    h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
    	color: #FFFF33;
    	text-decoration: none;
    	} 
    .sidebox-header-left {
    	background: url("../images/sidebox_left.gif") no-repeat left top;
    	padding: 0 0 0 0.3em;
    }
    .main-sidebox-header-left {
    	background: url("../images/main_sidebox_left.gif") no-repeat left top !important;
    	padding: 0 0 0 0.3em;
    }
    .main-sidebox-header-right {
    	background: url("../images/main_sidebox_right.gif") no-repeat right top !important;
    	padding: 0 0 0 0.3em;
    }
    main-sidebox-header is the top one (Categories), and sidebox-header is the rest of them. Change sidebox_left.gif to main_sidebox_left.gif (and the same for right) to use the orange bg in all boxes.

  3. #3
    Join Date
    Apr 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: New template - Quick sidebox header background color change. Any ideas?

    Thanks! Perfect.

 

 

Similar Threads

  1. Template 12541: header background color help
    By statusone in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Nov 2010, 05:05 AM
  2. Can't change background color? (or any color, for that matter)
    By philanthropybooks in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 6 Oct 2009, 03:26 AM
  3. HELP! - Sidebox Header Background Color
    By expresso in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 1 Feb 2009, 03:58 AM
  4. Help...How to change sidebox header background color?
    By meiziwo in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 20 Jul 2008, 10:15 AM
  5. Change background color of shopping cart sidebox header?
    By sunflowertami in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Jun 2008, 01:19 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