Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Jan 2011
    Posts
    142
    Plugin Contributions
    0

    Default Re: Removing little arrows from category listing

    Preferably, I would love to have the top cats justified left all the way. For the subcats, I would love to have these indented slighty underneath their appropriate top cat. My employer wants them to look like their current site, which can be found here

    http://www.shop.mulberryfundraisers.com/

    top cats left, sub cats indented.

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

    Default Re: Removing little arrows from category listing

    For this, you need to edit two style rules:

    stylesheet.css (line 1003) - remove padding

    a.category-top {
    font: bold 13px arial;
    padding: 0 0 0 9px;
    text-decoration: none;
    }

    stylesheet.css (line 1041) - add padding

    a.category-subs, a.category-products, a.category-subs:visited, a.category-products:visited {
    color: #333333;
    font: bold 12px arial;
    text-decoration: none;
    padding: 0 0 0 9px;
    }

  3. #3
    Join Date
    Jan 2011
    Posts
    142
    Plugin Contributions
    0

    Default Re: Removing little arrows from category listing

    Once again your genius is helping my site come together nicely.

    Do you think there is any work around for getting the words to fit in the cat box? For instance, shop by category is on two lines and I'd like for it to be on one.

    A weak attempt at this, I changed the font of a.category-top to 12px instead of 13px, and shop by lifestyle now fits on one line, but shop by category is still too big. I wish I could make the box a little bigger on the right side.

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

    Default Re: Removing little arrows from category listing

    If you want to widen the sideboxes, go to Configuration > Layout Settings >
    Column Width - Left
    and
    Column Width - Left Boxes

    Keep the Left at least as big as the Left Boxes.

  5. #5
    Join Date
    Jan 2011
    Posts
    142
    Plugin Contributions
    0

    Default Re: Removing little arrows from category listing

    Wow - looks great.

    Thanks for the help (again).

 

 

Similar Threads

  1. Removing main category image within sub category listing
    By robbin21973 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Jan 2013, 11:06 PM
  2. Removing Category name from Product Listing
    By tcschmit in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 24 Jan 2011, 05:34 PM
  3. Removing redundant category from product listing?
    By yelow in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 4 Nov 2008, 07:31 PM
  4. Removing the arrows
    By Mistique in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 30 Sep 2008, 05:56 PM
  5. removing the little category image
    By mcsilvio in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 10 Jul 2006, 02:05 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