How to override the Product Accessories module CSS in my theme?
Module style file is located at
app/code/Magediary/AccessoryUpsell/view/frontend/web/css/source/_module.less
If you want to change the style, then override the _module.less file here:
app/design/frontend/[Namespace]/[theme]/Magediary_AccessoryUpsell/web/css/source/_module.less
OR
Don't forget to run the following commands after making changes
- rm -rf pub/static/* var/view_preprocessed/*
- php bin/magento setup:static-content:deploy