Results 1 to 4 of 4
  1. #1

    Default Change Font & Alignment on Sub-Category Page

    How do I make changes to the SubCategory Page?

    See http://www.schoolebookstore.com/inde...ex&cPath=6_984

    I want the SubCategories to be aligned at the Left, and I want to change the fonts. Thanks!

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Change Font & Alignment on Sub-Category Page

    Quote Originally Posted by carol2848 View Post
    How do I make changes to the SubCategory Page?

    See http://www.schoolebookstore.com/inde...ex&cPath=6_984

    I want the SubCategories to be aligned at the Left, and I want to change the fonts. Thanks!
    You will edit the stylesheet.css
    includes/templates/mystore/css/stylesheet.css
    Find this:
    .categoryListBoxContents

    Notice it is clustered with a bunch of other id's and classes.
    .centeredContent, th, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .accountQuantityDisplay, .ratingRow, label#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align:center;
    }

    1. delete it out of this group, which is highlighted red
    2. Now you will notice the text is aligned left..
    Now find this:
    .categoryListBoxContents {
    font-weight:bold;
    margin:0.3em 0;
    }

    1. to change the fonts you could do this, and add any value you would like
    2. here is will you will add this:
    3. font-size: 1.2em;

  3. #3

    Default Re: Change Font & Alignment on Sub-Category Page

    THANKS!! I would have never figured this out on my own. Worked like a charm!

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Change Font & Alignment on Sub-Category Page

    You are most welcome.... Nice site.....

 

 

Similar Threads

  1. Bottom Align Sub Category Text & Image on Category Page
    By yorkshiregc in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Aug 2011, 02:01 AM
  2. Change font in sub category on Digital Shop Template
    By matelots in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Jan 2011, 11:48 PM
  3. Horizontal sub category font size - change
    By Goldenis in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Dec 2010, 10:49 PM
  4. Alignment of Sub Categories on Main Category Page
    By DJPCMH in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Aug 2010, 11:40 AM
  5. Change header font in category with sub category
    By orphanespresso in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Dec 2007, 08:22 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