Quote Originally Posted by lat9 View Post
To the template's /css/stylesheet.css, add

.list-price+a { font-size: larger; }

... or the specific font-size you want instead of the more general larger. Note that the .list-price element has a font-size of 1.5em.

That selector, BTW, indicates that the styling applies to an anchor tag (<a>) that directly follows an element with a class of list-price.
Wow, That has been racking my brain and you saved me a migraine. Thank you so much, worked perfect. Out of curiosity, I noticed that I have a stylesheet for buttons, is there a setting somewhere in the configuration settings to turn the buttons on? Thanks again!