How can I apply my own CSS to product descriptions?

How can I apply my own CSS to product descriptions?



I’m adding a table for “supplement facts”; the only problem is that my CSS styles don’t appear. I added the CSS to var/skins_repository/basic/customer/styles.css. Do I need to do something else, because my styles don’t appear?



Thanks in advance.

Your styles need to be in your style sheet. So they should be in:



skins/your-skin/customer/styles.css



By putting your styles or any changes in the var/skins_repository you will never see them.



By the way, I use styles for my tables, so it does work fine.



Hope it helps,



Brandon

Thank you, Brandon. I worked on 3 different CS-Cart stores today and had forgotten to clear the compiled data after putting the CSS in the right location. Thanks for your help. Here’s my supplement table (screenshot):