Actions

Difference between revisions of "Design/Adding custom CSS/JS"

From Shopnix Help

(Created page with "==What is Adding custom CSS / JS ?== You can customize your existing shopnix store using HTML, CSS and JS . You can do the same by using 2 approaches. The first one is to cre...")
 
(What is Adding custom CSS / JS ?)
Line 5: Line 5:
 
The first one is to create an HTML widget  from ADMIN > SETUP > WIDGETS. Here you can create HTML blocks that you want to be placed on your side and associate styling with it as per your requirement.  
 
The first one is to create an HTML widget  from ADMIN > SETUP > WIDGETS. Here you can create HTML blocks that you want to be placed on your side and associate styling with it as per your requirement.  
  
The second apporach is to directly edit the code from ADMIN  > SETUP > PAGES > FOOTER. Using this page, you can either write custom html/css/js code or modify existing site elements using JS/CSS. You'll find example code already in place here for your reference.
+
The second apporach is to directly edit the code from ADMIN  > SETUP > PAGES > FOOTER/HEADER. Using this page, you can either write custom html/css/js code or modify existing site elements using JS/CSS. You'll find example code already in place here for your reference.

Revision as of 19:03, 14 July 2014

What is Adding custom CSS / JS ?

You can customize your existing shopnix store using HTML, CSS and JS . You can do the same by using 2 approaches.

The first one is to create an HTML widget from ADMIN > SETUP > WIDGETS. Here you can create HTML blocks that you want to be placed on your side and associate styling with it as per your requirement.

The second apporach is to directly edit the code from ADMIN > SETUP > PAGES > FOOTER/HEADER. Using this page, you can either write custom html/css/js code or modify existing site elements using JS/CSS. You'll find example code already in place here for your reference.