Ecommerce changing the size and color of the price

Permalink
hi i am quiet stuck with the e commerce add on. i want to change the size of the price, because at the moment it is white and the background is also white and it is just to small to read it easy to read. can i change it with changing the theme colors?

 
adajad replied on at Permalink Best Answer Reply
adajad
if you know the id or class you can easily change it in your own stylesheet
.ClassName{font-size:1.5em !important; color: magenta !important;}
#IdName{font-size: 1.5em !important; color:cyan !important;}


The important part here is the !important within the style declarations which will make sure no styles included later on will override your styles.
traceymason replied on at Permalink Reply
ok thanks. it worked just perfect