A user encountered a styling issue on their collection page where product prices and descriptions were linked together, preventing independent formatting. This problem occurred specifically for products without a compare-at price.
Root Cause:
The price and description elements were sharing CSS properties, causing style changes to affect both simultaneously.
Solution Provided:
Two community members offered CSS-based solutions:
I am having a problem with the site I am setting up. In the collection page, some of the products have the issue that the price is stuck with the product description. So whenever I change the font or style of the price, the description also be affected and changed. I found out that those products are the one which has the original price (no Compare-at price). I hope that someone can help me to separate them out so I can change the style and font for each of them differently