Velocity theme border and background color change
-
Hello,
I have changed the color of velocity theme's border but its not reflecting in the front end how can i fix this?
-
Hello there,
Yes, you have to run npm run prod inside the velocity package, and then you have to publish assist by using the below command.
php artisan vendor:publish -- force
Note: Kindly take a backup of your project before performing the above steps.
Thanks.
-
how to change Velocity theme border and background color change
-
Hello there,
you can add CSS in bagisto body here.
Then run the below commands:
npm i npm run prod
If you still facing the same please let us know.