This should be fairly simple, but I can't figure out how to do it. I'd like to style the price on my product pages so that it is bold yellow and centered directly above the Add to Cart box.
See this link: http://www.rocketscientistbooks.com/...&products_id=1
The product price is a h2 tag. When I change the css for the h2 tag it also changes "Featured Products" on the homepage since it is also a h2 tag. How do I make the product price have a unique id or class selector so that only it will be modified?



