Hafiz
Hafiz

Reputation: 4267

Adding CSS files in magento

I want to add some CSS files to a product detail page in magento so where can I add that, I saw catalog.xml, where js files were added but didn't find a place where I can add CSS files. So can anyone please tell that where will I add those? I want to add actually thickbox.css

thanks guys

Upvotes: 0

Views: 3783

Answers (1)

Max
Max

Reputation: 8836

In that same place where you add Javascript there's another function called addCss

<action method="addCss"><stylesheet>directory/file.css</stylesheet></action>

Upvotes: 2

Related Questions