Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Sidebox header text?

    I'm looking for a way to move the text in the sidebox header to the left. I know there's a way to do it. I just can't find it. Anyone have a solution?

    I'm also wanting to add a line between the categories and subcategories.

    Thanks for the help.
    Last edited by Coffinwear; 10 Dec 2009 at 03:16 PM.

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Sidebox header text?

    Find the bit of your stylesheet that starts

    h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a

    and add the following style

    text-align:left
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Re: Sidebox header text?

    Thanks for the help Kurol. I guess I'm blind in one eye and can't see out of the other because I really should have seen that one. LOL

  4. #4
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Re: Sidebox header text?

    One issue solved. Anyone have an idea about adding a line between the subcategories?

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

    Default Re: Sidebox header text?

    There are a couple of possibilities depending on exactly how you want this to work.
    You can add a border-top or border-bottom to the subcat rules in your stylesheet, and every subcat will have a line above or below it. It is possible to fine-tune this a bit if you want.
    Code:
    A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
    	color: #FF0000;
    	text-decoration: none;
    	border-bottom: 1px solid #aabbcc;;
    	}
    If you want individual control over which subcats get dividers, you can install Categories Dressing.

 

 

Similar Threads

  1. customize sidebox header text
    By contrive.it in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 31 Jul 2011, 10:05 AM
  2. Changing Categories Sidebox Header Text
    By hrsteel in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 29 May 2010, 11:28 AM
  3. Need to Change Sidebox Header Text
    By spiralmedia in forum Basic Configuration
    Replies: 1
    Last Post: 21 Jan 2010, 06:44 PM
  4. Sidebox Header Text
    By aussiewench in forum General Questions
    Replies: 2
    Last Post: 20 Sep 2006, 06:29 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