Hi, Is there a file or place to put CSS modifications so that it is easy to access and maybe in a separate file like custom.css so that when a theme is updated I still have my changes. I know in some WP themes there is a block or section just for modifications.
Thanks
2 answers
Go to this File: app\design\frontend\default\jm_kidsland\layout\pag e.xml
Find this code
Code:
<block type="page/html_head" name="head" as="head">
Add the below code before the end of </block>
Code:
<action method="addCss"><stylesheet>css/custom.css</stylesheet></action>
and create custom.css file in this path : skin\frontend\default\jm_kidsland\css\custom.css
Thanks. This is what I was looking for. !
This question is now closed