ghaith
March 4, 2025, 10:26am
1
how can i add custom css to vendor panel only in my-changes addon
I want to edited the CSS of the vendor dashboard only not both the admin and seller just the seller please
In the latest vendor dashboard the body tag has the vendor-area tag
So you can try something like
body:not(.vendor-area) {
.... your styles here.....
}
You can also ready how to add css to the admin area here:
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
Make sure that the status of the My changes add-on is Active ( Add-ons → Manage Add-ons )
Create the design/backend/templates/addons/my_changes/hooks/index/styles.post.tpl file with the following content
{style src="ad…
1 Like