Someone please help me change velocity theme colors and resizing of homepage Sliders images,
-
![alt text]([image url](link url))
-
Hello,
-
For resizing the homepage slider images, you may use custom CSS feature available in bagisto version 1.2.0 (like: https://prnt.sc/umi6dt).
-
To change the velocity theme color, you may go to https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/assets/sass/_variables.scss#L16 and define your own color for velocity theme.
-
Run npm install and npm run watch in "packages/Webkul/Velocity" directory terminal to reflect the changes in browser.
Thanks
-