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
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
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.