Place/file so put CSS modifications for easy access and update.

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

Profile photo of chavan 100.00 $tone September 12, 2014
Public

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

#1

This question is now closed

Written By

Comments