where to change font color

GK User
Thu Mar 22, 2012 9:03 am
Hello,

where I can change (which css file) font color which will be seen on product description in virtuemart. I want to make text pure black.

Most Gavick templates is good looking but not so ergonomic. To read text is easier if it is black (not light). Sure it is my opinion only. The same with the box where you can write product quantity before adding to cart, many customers just don't see that box!

Thanks.
User avatar
Gold Boarder

GK User
Thu Mar 22, 2012 10:30 am
Hi.
Could you paste direct url to your site where you want to change font color?
User avatar
Platinum Boarder

GK User
Thu Mar 22, 2012 11:03 am
Is this site related ? I think you can see this on your demo site as well.

But sure I can write you site url in PM.
User avatar
Gold Boarder

GK User
Fri Mar 23, 2012 1:06 am
Please edit template.css file and find the following line:
Code: Select all
 body {
font-size: 13px;
line-height: 2;
color: #777;      // here you can put your value.
}
User avatar
Platinum Boarder

teitbite
Sat Mar 24, 2012 7:28 pm
Hi

Vaičikonis You've asked me to assist in this thread. mikeMB is right. This text color is from main text settings for whole website. To separate and change color only in this part You can add this code to css:

Code: Select all
.product-description {
color:#000000;
}


Please do not modificate any of template css files. There is override.css file prepared for that. So put all modified css code there, but remember to allow using of this file in template settings.
User avatar
Moderator

GK User
Sat Mar 24, 2012 8:31 pm
Thanks, you helped a lot.
User avatar
Gold Boarder

teitbite
Sat Mar 24, 2012 10:49 pm
Hi

Glad I could help.
User avatar
Moderator


cron