How to change the Price font color?

GK User
Tue Aug 28, 2012 4:43 pm
Hi,
Please how can I change the price font color?

Best regards
Joomlis
User avatar
Expert Boarder

GK User
Wed Aug 29, 2012 5:01 pm
Hi,

In the style1.css you should have a CSS rule like this:

Code: Select all
.catProductPrice .PricesalesPrice {
color: #EA3C3C;
}


you have to change just the color property.
User avatar
Administrator

GK User
Thu Aug 30, 2012 5:46 pm
Thanks dear dziudek,

I used the VirtueMart CSS - but I did not find the css file to edit the color property.

Best regards
joomlis
User avatar
Expert Boarder

GK User
Thu Aug 30, 2012 5:53 pm
As I wrote in my previous post - you should edit the style1.css.
User avatar
Administrator

GK User
Thu Aug 30, 2012 6:07 pm
I already edited the style1.css, but no change has occurred.
User avatar
Expert Boarder

GK User
Thu Aug 30, 2012 6:22 pm
In this case I'll need and online access to your website, because it seems that it needs a non-standard change in the CSS code.
User avatar
Administrator

GK User
Thu Aug 30, 2012 6:37 pm
How can I send you the code?
User avatar
Expert Boarder

GK User
Thu Aug 30, 2012 6:49 pm
I need the URL to your website, the code will be useless for me, because I've to check your website with Chrome Developer Tools to detect in which line you should edit the CSS code.
User avatar
Administrator

GK User
Thu Aug 30, 2012 6:54 pm
I mean if I can send you the code by email for security reason
User avatar
Expert Boarder

GK User
Thu Aug 30, 2012 7:14 pm
Yes, of course - please send it to dziudek[at]gavick[dot]com
User avatar
Administrator

GK User
Thu Aug 30, 2012 7:25 pm
Thanks so much, I sent you email
User avatar
Expert Boarder

GK User
Fri Aug 31, 2012 8:45 am
I've checked your website, but the price colours was different from your screenshot. Anyway - you have to use the previous mentioned code with the !important:

Code: Select all
.catProductPrice .PricesalesPrice {
color: #EA3C3C!important;
}
User avatar
Administrator

GK User
Fri Aug 31, 2012 12:39 pm
Thanks so much dear dziudek for your professional help and thanks for the time you gave me.

Best regards
Joomlis
User avatar
Expert Boarder


cron