Results 1 to 9 of 9

Threaded View

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

    Default Re: How to align text in side category box. Hard to read them.

    Not within admin settings, but it would be a relatively simple coding addition in top_categories.php to add a class that indicates the subcat level and then style a background bullet accordingly.

    This is described in the Changing color of Categories and Sub-Categories thread, post 20 ("simpler" version).

    Once you have the classes as shown there, you would add to the stylesheet

    a.category-subs1, a.category-products1 {
    color: #7733ff;/*if you want the text a different color*/
    padding-left: 1.5em;/*adjust to taste*/
    background: url(../images/yourbullet2.gif) center left;
    }

    a.category-subs2, a.category-products2 {
    color: #336699;/*if you want the text a different color*/
    padding-left: 1.5em;/*adjust to taste*/
    background: url(../images/yourbullet1.gif) center left;
    }
    Last edited by gjh42; 13 Apr 2008 at 11:15 PM.

 

 

Similar Threads

  1. Side by side read-only attributes... possible? how?
    By cosmocanuck in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 29 Jun 2010, 07:17 PM
  2. How can I change the maxlength in an attrib read only text box?
    By garyh357 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Oct 2009, 11:23 PM
  3. text hard to read
    By stalb33 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Nov 2008, 02:44 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR