diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/home/index.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/home/index.blade.php index d12f5a5fc..c068c215f 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/home/index.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/home/index.blade.php @@ -40,6 +40,15 @@ @endif @endsection +@push('css') + +@endpush + @section('content-wrapper') @include('shop::home.slider') @endsection diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/products/index.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/products/index.blade.php index 7901ef55a..bd1fa7285 100755 --- a/packages/Webkul/Velocity/src/Resources/views/shop/products/index.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/products/index.blade.php @@ -14,6 +14,11 @@ @push('css') +@endpush + @php if (isset($checkmode) && $checkmode && $toolbarHelper->getCurrentMode() == "list") { $list = true;