How to customise search bar?
-
I want to change the css of the search bar on the homepage, where can i find the source code to customise the css?
-
Dear Depanjali,
You can add your CSS for the search bar in app.scss file, after adding CSS you have to run two commands in the velocity package directory: -
- npm run watch
- npm run prod
File path - https://github.com/bagisto/bagisto/tree/master/packages/Webkul/Velocity/src/Resources/assets/sass