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!
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
Find this:includes/templates/mystore/css/stylesheet.css
.categoryListBoxContents
Notice it is clustered with a bunch of other id's and classes.
Now find this:.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;
}
- delete it out of this group, which is highlighted red
- Now you will notice the text is aligned left..
.categoryListBoxContents {
font-weight:bold;
margin:0.3em 0;
}
- to change the fonts you could do this, and add any value you would like
- here is will you will add this:
- font-size: 1.2em;
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
THANKS!! I would have never figured this out on my own. Worked like a charm!
You are most welcome.... Nice site.....![]()
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting