Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2008
    Posts
    89
    Plugin Contributions
    0

    Default Backgournd for certain sideboxes

    hello,

    I was wondering if there a way to have a header background color for only the "blank side box" and the "search side box"

    if so, which file should i edit and what should i add ???

    thank you for all your help

    www.thepurseworld.com

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

    Default Re: Backgournd for certain sideboxes

    Add to your stylesheet
    Code:
    #blanksideboxHeading, #searchHeading {
        margin-left: 7px;
        background-color: #aabbcc;
        }
    Adjust to taste. If you want them different colors, separate them into two declarations.

  3. #3
    Join Date
    Jan 2008
    Posts
    89
    Plugin Contributions
    0

    Default Re: Backgournd for certain sideboxes

    thanks, that worked.
    but how can i fix the "search" word to not appear the way it is right now in firefox. (it's like it's stuck to the floor)

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

    Default Re: Backgournd for certain sideboxes

    You have added a specification for the heading to be that size, so Firefox is only doing what you told it to do.
    Code:
    #searchHeading {
    	margin-left: 20px;
    	background-color: #CCCCFF;
        height:10px;
    Delete the height property and it will show correctly:
    Code:
    #searchHeading {
    	margin-left: 20px;
    	background-color: #CCCCFF;
    	}

 

 

Similar Threads

  1. v151 Rearranging Sideboxes on Certain Pages
    By McLovin in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 23 Feb 2015, 03:03 PM
  2. Why is sideboxes out of side on certain pages
    By navido in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Oct 2011, 03:24 AM
  3. hide sideboxes on certain pages?
    By sheila123 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Sep 2009, 01:58 PM
  4. Remove sideboxes from certain pages?
    By chrisj in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Aug 2006, 10:40 PM

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