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.
<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>
<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>
App usage is growing steadily without showing any signs of slowing down. Hence, it is no surprise that mobile applications…
As the world has grown more digital, businesses have adapted themselves. An effectual adaptation includes online advertising. Offline advertising styles…
Step into a world where apps dance to the user's tune. Picture Instagram, a photo-sharing sensation that swept the globe.…
COVID-19 has led to a digitalization of lifestyle. As patients are taking their mental and physical health more seriously, healthcare…
Introduction WordPress, an immensely popular content management system (CMS), powers over 40% of the internet. What makes WordPress even more…
For moving companies trying to capture their market share amidst stiff competition, a tip or two about what they can…