Thread: Bold Title

Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2008
    Location
    Los Angeles, CA
    Posts
    137
    Plugin Contributions
    0

    Default Bold Title

    Hi all,

    How can I bold all pages name on sidebox? I need to make bigger the name of the pages on left sidebox. Which part of stylsheet.css should I edit?

  2. #2

    Default Re: Bold Title

    Just looking over for a solution for this one too... will get back here in case i find it

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Bold Title

    Might depend on the sidebox. What exactly do you want to do?

  4. #4

    Default Re: Bold Title

    I think you are looking for this

    https://www.zen-cart.com/forum/showt...highlight=bold


    For me it does not work eventhough i change the italic to bold or copied what was in the previous thread

    here the code i found in my css

    Code:
    /* categories box parent and child categories */
    span.category-subs-parent {
    	font-style: italic;
    }
    span.category-subs-selected {
    	font-style: italic;
    Last edited by corditreasures; 10 Apr 2010 at 04:30 PM.

  5. #5

    Default Re: Bold Title

    But if you are looking to change

    THE HEADER of all sideboxes like i did today in my store

    look in your stylesheet.css

    and change the "normal" to bold

    Code:
    /*sideboxes*/
    .columnLeft {}
    
    h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
    	margin: 0;
    	padding: 3px;
    	font-weight: normal;
    	font-style: italic;

 

 

Similar Threads

  1. Bold Text
    By DPM in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 6 Oct 2011, 03:31 PM
  2. Product listing title - can't disable bold...
    By modernm in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Aug 2010, 11:51 PM
  3. Index Page New Products Title and Price - Bold?
    By kal in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Jun 2009, 02:58 PM
  4. Heading Title always bold
    By niagarasoap in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 31 Mar 2008, 05:44 AM
  5. Can't seem to turn bold off subcategory without turning off bold on top category
    By immersive in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Dec 2006, 09:15 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