How To Add Custom Css With My Changes Addon

Could you tell me hot to add custom css or js for admin panel? :grin:

Sorry, we missed your request. Let me make the post of Andrey Sidorov more readable

How To Add Custom Css With My Changes Addon To Admin Panel

The tutorial is actual for CS-Cart and Multi-Vendor 4.x

  1. Make sure that the status of the My changes add-on is Active ( Add-ons → Manage Add-ons )
  2. Create the design/backend/templates/addons/my_changes/hooks/index/styles.post.tpl file with the following content

{style src="addons/my_changes/styles.less"}

  1. Create the design/backend/css/addons/my_changes/styles.less file
  2. Add your CSS rules to this file
  3. Clear the cache ( Administration > Storage > Clear cache )
  4. Check the result

Thank you all.

1 Like