Categories: Magento

How to Add Javascript And CSS To Home Page or specific CMS page in Magento .?

Magento Add Custom CSS and Javascript to Home Page or specific CMS page

Magento is a complete package and allows custom changes to its layout with easy addition of custom CSS and JS files respectively. Even if you want to add specific Custom CSS and JS to any particular CMS page then you can use these steps to change the design. Here are the steps by which you can add custom CSS or JS to any Magento CMS page or Homepage to override from the default one.


Steps for adding Custom CSS or JS in Magento

  • Step 1. Login to your store back end/admin panel with suitable credentials
  • Step 2. Navigate to the CMS > Pages and click on the page for which you want to add the Custom Javascript or Style CSS for making specific changes.
  • Step 3. Now Click on the Design Tab From the Left Side bar
  • Step 4. Select your Page Layout from the drop down.
  • Step 5. In the Field “Layout Update XML” Put the code below as per your requirement and change the file name with your actual file name.

Magento Add Custom CSS:
<reference name="head">
  <action method="addItem">
    <type>skin_css</type><script>Your_CSS_File_Name.css</script>
  </action>
</reference>

OR

<reference name="head">
  <action method="addCss">
    <type>skin_css</type>
    <stylesheet>Your_CSS_File_Name.css</stylesheet>
  </action>
</reference>

OR

<reference name="head">
 <action method="addCss">
  <stylesheet>Your_CSS_File_Path/Your_CSS_File_Name.css</stylesheet>
 </action>
</reference>

Magento Add Custom JavaScript:
<reference name="head">
  <action method="addItem">
    <type>skin_js</type><script>Your_JavaScript_File_Name.js</script>
  </action>
</reference>

OR

<reference name="head">
  <action method="addJs">
    <type>skin_js</type>
    <script>Your_JavaScript_File_Name.js</script>
  </action>
</reference>

OR

<reference name="head">
 <action method="addJs">
   <script>Your_JavaScript_File_Path/Your_JavaScript_File_Name.js</script>
 </action>
</reference>

Rohan pathak

Recent Posts

Modern Toys, Magical Moments: Why the Best Toy Shop in Noida Is More Than Just a Store

When it comes to children, there’s one universal truth: the right toy can spark imagination, build skills, and make memories…

6 months ago

Rediscovering Joy: A New Era of Creativity & Comfort in Toy Stores

In today’s digital age, where screens and gadgets dominate our children’s lives, there’s something heartwarming about a well-loved plush toy…

6 months ago

Unboxing Imagination: Discovering the Joy of Play at a Toy Store in Noida

In a world dominated by screens and fast-paced routines, it’s easy to forget the simple magic of a toy in…

6 months ago

Imagination Unboxed: Discover Joy at the Toy Shop in Delhi

In the heart of Delhi’s vibrant streets lies a world where imagination meets innovation — the magical universe of toys.…

6 months ago

Play with Purpose: Discovering the Ultimate Toy Store in Noida

When was the last time a toy truly amazed you—not just as a product, but as a thoughtful tool for…

6 months ago

From Tears to Toys: Exploring Modern Childhood through Delhi’s Favorite Toy Shop

In the digital age, the way we experience childhood has changed, but the essence remains the same—imagination, exploration, and joy.…

6 months ago