Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Dear All, I am a newbie from Bagisto and also Laravel. I would like to change the Product's price color text. Which file to make it change?
Add color prop to this class,
https://github.com/bagisto/bagisto/blob/9b7727397d1e7e6dccca39dddc60ec9963bbeaac/packages/Webkul/Velocity/src/Resources/views/shop/home/index.blade.php#L49
https://github.com/bagisto/bagisto/blob/9b7727397d1e7e6dccca39dddc60ec9963bbeaac/packages/Webkul/Velocity/src/Resources/views/shop/products/index.blade.php#L23
Yes, It's work but I change on /resources/themes/velocity/views/home
Thank you very much.