[Fixed: Issue #2400 has been resolved.]

This commit is contained in:
Vivek Sharma 2020-02-08 18:17:52 +05:30
parent e78e61d989
commit fb696d27e5
3 changed files with 23 additions and 0 deletions

View File

@ -40,6 +40,15 @@
@endif
@endsection
@push('css')
<style type="text/css">
.product-price span:first-child, .product-price span:last-child {
font-size: 18px;
font-weight: 600;
}
</style>
@endpush
@section('content-wrapper')
@include('shop::home.slider')
@endsection

View File

@ -14,6 +14,11 @@
@push('css')
<style type="text/css">
.product-price span:first-child, .product-price span:last-child {
font-size: 18px;
font-weight: 600;
}
@media only screen and (max-width: 992px) {
.main-content-wrapper .vc-header {
box-shadow: unset;

View File

@ -3,6 +3,15 @@
@inject ('toolbarHelper', 'Webkul\Product\Helpers\Toolbar')
{{-- @include('shop::UI.product-quick-view') --}}
@push('css')
<style type="text/css">
.product-price span:first-child, .product-price span:last-child {
font-size: 18px;
font-weight: 600;
}
</style>
@endpush
@php
if (isset($checkmode) && $checkmode && $toolbarHelper->getCurrentMode() == "list") {
$list = true;