Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2008
    Posts
    41
    Plugin Contributions
    0

    Default Sidebox header font color

    www.chromeworld.com.au

    Hi, I'm trying to change the color & size of the header font in my sideboxes. Thanks in advance.

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

    Default Re: Sidebox header font color

    .leftBoxHeading, .rightBoxHeading, .leftBoxHeading a, .rightBoxHeading a {color: #aabbcc;}

    Or from the stock v1.3.9 stylesheet:
    Code:
    /*sideboxes*/
    .columnLeft {}
    
    h3.leftBoxHeading, h3.leftBoxHeading a {
    	font-size: 1em;
    	color: #ffffff;
    	}
    
    .leftBoxHeading, .centerBoxHeading {
    	margin: 0em;
    	background-color: #FF6699;
    	padding: 0.5em 0.2em;
    	}
    
    .leftBoxContainer {
    	border: 1px solid #ffffff;
    	margin-top: 1.5em;
    	}
    
    .sideBoxContent {
    	background-color: #ffffff;
    	padding: 0.4em;
    	}
    
    h3.rightBoxHeading, h3.rightBoxHeading a {
    	font-size: 1.1em;
    	color: #FFFF00;
    	}
    
    .rightBoxHeading {
    	margin: 0em;
    	background-color: #663366;
    	padding: 0.2em 0em;
    	}
    Last edited by gjh42; 21 May 2010 at 07:51 AM.

  3. #3
    Join Date
    Dec 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: Sidebox header font color

    Thanks but I'm not sure how to do this.

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

    Default Re: Sidebox header font color

    Edit your /includes/templates/your_template/css/stylesheet.css, and add or change the
    color: #xxxxxx; and font-size: x.xem; properties in the appropriate rules, as at the top of my previous post.

 

 

Similar Threads

  1. Sidebox Font Color
    By perkiekat in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 3 Dec 2009, 11:31 PM
  2. Font color in header
    By Marlake in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 13 Apr 2008, 03:05 AM
  3. Categories Sidebox Font Color
    By Tom_Ace in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 11 Mar 2008, 06:08 AM
  4. Changing the Sidebox Header Font Color (again)!!
    By FooMan in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 16 May 2007, 11:02 PM
  5. css help, can't find sidebox header font color
    By divinelighting in forum General Questions
    Replies: 2
    Last Post: 19 Mar 2007, 11:36 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