Question

I am unable to edit the CSS for the welcome email template in Magento2.

enter image description here

Please help me where to edit this.

No correct solution

OTHER TIPS

Extend your Magento_Sales module from Luma ( you are using ). And make changes in _module.less/_email.less as your required

From

vendor/magento/theme-frontend-luma/Magento_Sales/web/css/source/_module.less

to

app/design/frontend/vendor-name/theme-name/Magento_Sales/web/css/source/_module.less

After editing run below commands

php bin/magento setup:upgrade

php bin/magento setup:static-content:deploy

php bin/magento cache:clean

php bin/magento cache:flush

I hope this will help you out , let me know if any problem

Thanks

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top