Results 1 to 10 of 10
  1. #1
    Join Date
    Jan 2010
    Posts
    6
    Plugin Contributions
    0

    Default How to get capital letters in catagory?

    Zen Cart 1.3.5
    Patch: 1::
    Database Patch Level: 1.3.5
    No addons

    Under the categories - I cannot get the first letter of each word capitalized. Also, where can I change the >>?
    Attached Images Attached Images  

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: How to get capital letters in catagory

    normally , you should be able to have first word capitalized . if that is happening , a CSS rule might be effecting your category .

    in your stylesheet. look for
    text-transform: lowercase;
    in top category rule and remove it

  3. #3
    Join Date
    Jan 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: How to get capital letters in catagory

    Thank you. I hope this is it:

    .ml2{
    font-size: 11px;
    color: #2D2D2D;
    text-decoration: none;
    text-transform: lowercase;
    }


    I should make it look like this?

    .ml2{
    font-size: 11px;
    color: #2D2D2D;
    text-decoration: none;
    }

    Is where I could change the font size of the catagores to a larger one IE: 12 or 13px?

  4. #4
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: How to get capital letters in catagory?

    sorry , i can not tell you without seeing your site as those CSS rules are custom and not zencart default

  5. #5
    Join Date
    Jan 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: How to get capital letters in catagory?

    Sorry tony_sar. The url is teazin.com. Or would you need the style sheet? I didn't set the zen cart up, plus I have no idea what I'm looking at.

  6. #6
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: How to get capital letters in catagory?

    css you provided is the correct one to modify

    .ml2{
    font-size: 11px;
    color: #2D2D2D;
    text-decoration: none;
    text-transform: lowercase;
    }


    remove text-transform:lowercase from this rule

    you can change the size of your category font from same rule . by change 11px to any other value you need.

  7. #7
    Join Date
    Jan 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: How to get capital letters in catagory?

    That didn't seem to help. Did I do something wrong?

  8. #8
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: How to get capital letters in catagory?

    modification should be done to your stylesheetoriginal.css , as far as i can see , nothing has been changed there , i still see the property that needs to be removed .

  9. #9
    Join Date
    Jan 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: How to get capital letters in catagory?

    Ah, I had changed the name of the origional file in case I messed something up. It still must have been reading it. I deleated it and now it works fine. Thanks so much. It must be tough on you guys with some of us who know nothing.

  10. #10
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: How to get capital letters in catagory?

    Quote Originally Posted by mj55 View Post
    Ah, I had changed the name of the origional file in case I messed something up. It still must have been reading it. I deleated it and now it works fine. Thanks so much. It must be tough on you guys with some of us who know nothing.
    We all had to learn somehow! As long as ignorance is accompanied by an enthusiasm to learn, us "old hacks" don't mind answering the same questions thousands of times!
    20 years a Zencart User

 

 

Similar Threads

  1. How do I remove sub-catagory text if I have a catagory image?
    By curbsidestudiosNET in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 20 Feb 2011, 03:05 AM
  2. Capital Letters in address book
    By confused_aswell in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 7 Jun 2010, 09:35 PM
  3. how to calucalate weight basedon the number of letters entered?
    By staft in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 5 Nov 2009, 05:17 AM
  4. How to fit looong names (>32 letters)???
    By PeterBKK in forum Managing Customers and Orders
    Replies: 3
    Last Post: 21 Mar 2007, 04:05 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