[Fixed: Issue #2400 has been resolved.]
This commit is contained in:
parent
e78e61d989
commit
fb696d27e5
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue