Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2008
    Posts
    33
    Plugin Contributions
    0

    Default Catergory and product heading font style

    Hi, I've nearly got my pages looking how I want them but for the life of me can't change the font size and weight of the product titles to be consistent with the titles on the individual product page. I have searched the threads and followed the relevant replies but can't seem to change the font weight. This discrepancy is best viewed in the sock section.

    Firefox Web developer gives me the following code:

    a:visited (line 26)

    {

    color: #ff6600;

    text-decoration: none;

    }

    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover (line 32)

    {

    color: #000000;

    }

    my site is at www.snow-kit.com/shop

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

    Default Re: Catergory and product heading font style

    If you want the product listing names to be smaller, like the product info page product names, try in your stylesheet under h3:


    h3.itemTitle {
    font-size:1.0em;
    }



    or adjust to suit

  3. #3
    Join Date
    Apr 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: Catergory and product heading font style

    Thanks Stevesh that seems to have sorted it instantly.

    The next one is as follows:

    On my All products page the products are separated by a single horizontal line. How can I add the same to my product page (sok page for example). I've managed to increase the padding between the entires but I think a line separator would look better.

    Any ideas woulod be appreciated

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

    Default Re: Catergory and product heading font style

    Easy one:

    /*gap between products*/
    .productListing-data {
    text-align: centre;
    padding-top: 2em;
    padding-bottom: 3em;
    border-bottom:1px solid;
    }


    You may have to play with the padding to match the All Products style.

  5. #5
    Join Date
    Apr 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: Catergory and product heading font style

    Stevesh you're a star - another instant fix. Thank you...

 

 

Similar Threads

  1. v151 Changing colour and style of font.
    By PetleyJ in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Jul 2013, 07:54 PM
  2. How do I change the font color and font style for the tag line?
    By Beyond Dreams in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 17 Feb 2013, 10:33 PM
  3. Trying to change overall font style and color....and make side boxes solid
    By MamaT in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 12 Nov 2008, 10:22 PM
  4. Changing font style and colour
    By Lenna in forum Customization from the Admin
    Replies: 5
    Last Post: 21 Jul 2008, 07:54 PM
  5. Font and link colors subcategory heading
    By Henrietta in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Apr 2007, 11:42 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