Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
beadsboy
beadsboy
Hello ,
 
how to change font colour of product categories/sub categories in the right side tree menu and on home page?
 
i have tried in css table but cannot understand which reference ...
 
Please somebody reply..
 
Thankyou,
 
Devang
 
Ned
Ned
Have a look at http://www.viart.com/css_reference_table.html which helps understand the layout. Also viewing the page source in your browser will help you understand which reference you need to edit. Dont forget to take a backup.
 
beadsboy
beadsboy
hello ned,
 
thankyou for answer .. but i have changed quite a few things to the css file in styles folder. But this is something i could not change from the css file .. or i dont know something ..
 
please visit below link.
http://premium.suninter.co.in/
and
http://premium.suninter.co.in/products.php
 
i need to know how to change the font colour of the category & sub category names ?
 
PLEASE ANSWER.
 
Devang
 
stormy (Guest)
stormy (Guest)
Looking at your page source:
 
<a class="title" href="products.php?category_id=48">Fax</a>
 
The class is "title"
 
Find that class in your CSS file and change it - something like:
 
.title { color: red; }
 
If you don't want to change all the titles on the site, make a new class and then edit the template file to change the class for the categories. (Backup first!)
 
/stormy
 
beadsboy
beadsboy
Thankyou stormy .. your tip has helped me ...