Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
alotofthings (Guest)
alotofthings (Guest)
I just upgraded to 2.7.1 from 2.5.5.
I am trying to figure out how to change the font size for the categories list.
I additional do not want message to display under the categories.
Finally, instead of showing all sub categories I only want 1 sub category to display.
Any idea on how to edit the font sizes and display in this manner?
any assistance would be greatly appreciated.
Last modified: 20 Oct 2006 5:03 PM
 
Anjula
Anjula
Hello,
 
Here are the answers to your questions.
 
1. I am trying to figure out how to change the font size for the categories list.
To change font size, go to ./styles, open file name.css where name means the chosen template and add the following lines:
 
.topCategory a.title {font-size: 16px;}
.topCategory a.title:hover {font-size: 16px;}
 
.selectedtopCategory a.title {font-size: 16px;}
.selectedtopCategory a.title:hover {font-size: 16px;}
 
.subCategory a.title {font-size: 16px;}
.subCategory a.title:hover {font-size: 16px;}
 
.selectedsubCategory a.title {font-size: 16px;}
.selectedsubCategory a.title:hover {font-size: 16px;}
 
where 16 is the size of the font which you can change.
 
2. I additional do not want message to display under the categories.
Currently the only possible way your message won’t be displayed under the categories is to delete the appropriate codes from the template. In order to do that go to the folder templates < user, open for editing file block_categories_catalog and delete the following lines:
block_categories_catalog.html
<!-- begin catalog_description -->
<div class="comment">{short_description}</div>
<!-- end catalog_description -->
 
3. Finally, instead of showing all sub categories I only want 1 sub category to display.
In case you want only one sub category to be displayed go to Shopping Cart<Products & Categories, click on your Category Name, there will be the list of your existing subcategories. Click on edit of the subcategory you don’t want to be shown and unselected the checkbox Show on site. In this case this subcategory won’t be shown on your home page. You can do the same with other subcategories which you do not want to be displayed.
 
Regards,
ViArt Support Team