-
- ohminu

-
Total Posts: 171
Joined: 2007-08-07
Los Angeles
|
Hello siva-
If you want to change the name of the CSS files, just go to app/design/frontend/your_package/your_theme/layout/page.xml and look for lines that start with “<action method="addCss">" You will see the CSS files being assigned from there. just remove the ones you don’t need and put your own CSS files names into it. So you will need to do:
<action method="addCss"><stylesheet>css/your_css_files_name.css</stylesheet></action>
|