CoreCommerce Product Detail CSS

Permalink
Hi

I am trying to modify the product description css, and although I seem to be able to modify all other parts of the product, this one seems to be overriding?

Can anyone tell me how (and where) to change the font color, size etc.. on the product description?

Many Thanks

openbynature
 
okhayat replied on at Permalink Reply 2 Attachments
okhayat
The whole block is a <div> with CLASS ccm-core-commerce-add-to-cart.
There is not a CSS CLASS for any of the underlying elements though.
One solution, which I did is:
1. Create /blocks/product
2. Copy the /packages/core_commerce/blocks/product/view.php to /blocks/product
3. Modify what you need
Check the before.png and after.png for my customization.
openbynature replied on at Permalink Reply
openbynature
Thanks for your quick reply, I shall try that out and see how it goes