0
votes

On other pages of websites the css path is

http://xxx/magento_raw/skin/frontend/rwd/default/css/styles.css

But on product page it is

http://xxx/magento_raw/skin/frontend/base/default/css/styles.css

Why magento is taking css from base folder on product page.

2
when magento not find valid path from your css this one display using base theme. use this one magento.stackexchange.com/questions/13974/…Ravi Patel

2 Answers

0
votes

Go to: Settings -> Configuration - General -> Design then set the Design Tab accordingly to your theme.

0
votes

please use this code your theme/layout/etc/theme.xml

<theme>
    <parent>yourtheme/default</parent>
</theme>

use your theme name than it will access css file from your theme...