Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2008
    Posts
    9
    Plugin Contributions
    0

    help question Category View in the side Box

    Hi,
    I have a website built and the categories and the sub categories in the left side box are in lowercase (small letters)...

    I Need to change the Style and make it in uppercase(ie. capital letters)
    I have gone to the admin and when i add a category even with a Capital letter it shows in small letters on the website..

    Can some body please let me know how to do it..

    The websites name is Gift3b.com

  2. #2
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Category View in the side Box

    You have both a stylesheet.css file and a stylesheet1.css file loading, as well as in-line styles. If you don't intend to have both of those stylesheets in action at the same time, either rename one of them as, for example, stylesheet.old or simply remove it from the css folder. ALL stylesheets with a filename that ends in .css in that folder will be used, and that can lead to confusion.

    Rob

  3. #3
    Join Date
    Jun 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Category View in the side Box

    Hi,
    Yes i had two style sheets loading and i have removed style sheet1 now.
    These is only 1 stylesheet now stylesheet.css

    Yet the issue persists...

    I thank you for the promp reply please help me further..

    i did not understand the in line styling part..

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Category View in the side Box

    Quote Originally Posted by Anny View Post
    Hi,
    Yes i had two style sheets loading and i have removed style sheet1 now.
    These is only 1 stylesheet now stylesheet.css

    Yet the issue persists...

    I thank you for the promp reply please help me further..

    i did not understand the in line styling part..
    open your stylesheet.css

    add the following declaration

    #categories-content {
    text-transform: uppercase;
    }

  5. #5
    Join Date
    Jun 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Category View in the side Box

    Hi,
    I have pasted the script
    #categories-content {
    text-transform: uppercase;
    }

    in the stylesheet yet there is no changes in the category view in the left side bar it yet shows in lowercase..

    Please help me guys is there something i am doing wrong... any help will be most appreciated..

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Category View in the side Box

    Quote Originally Posted by Anny View Post
    Hi,
    I have pasted the script
    #categories-content {
    text-transform: uppercase;
    }

    in the stylesheet yet there is no changes in the category view in the left side bar it yet shows in lowercase..

    Please help me guys is there something i am doing wrong... any help will be most appreciated..
    try this:

    #categories-content a{
    text-transform: uppercase;
    }

  7. #7
    Join Date
    Jun 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Category View in the side Box

    Hi,
    This actually did work..

    Thanks A lot

    #categories-content a{
    text-transform: uppercase;
    }

    will work for making the categories in the left side bar to appear in uppercase...


    Thanks a lot for the help and support..

 

 

Similar Threads

  1. Click category to show subcategory in the side menu but not in the main content box
    By dealbyethan.com in forum Setting Up Categories, Products, Attributes
    Replies: 23
    Last Post: 3 Mar 2011, 03:04 PM
  2. separator tabs at the category side box
    By Nature's Darling in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 14 Nov 2010, 06:08 PM
  3. Replies: 3
    Last Post: 12 Nov 2008, 09:33 AM
  4. Remove continue shopping screen and just leave view cart side box
    By Lokesh in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 24 Oct 2007, 11:08 AM
  5. Adding Sub Categories to the Category Side Box
    By John-E in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 1 Oct 2006, 06:10 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