color wite

This commit is contained in:
merdan 2024-06-10 17:27:05 +05:00
parent d81d487f07
commit 1b9110152e
3 changed files with 13 additions and 9 deletions

View File

@ -1805,14 +1805,17 @@ button.nav-link {
.contacts-block-bright-text { .contacts-block-bright-text {
margin-top: 1rem; margin-top: 1rem;
font-size: 1.6rem !important; font-size: 1.6rem;
color: white !important; color: white;
text-decoration: none !important; }
font-family: inherit !important; p[x-apple-data-detectors] {
font-weight: inherit !important; -webkit-text-decoration: none;
line-height: inherit !important; color: inherit;
}
p.phone-number {
-webkit-text-decoration: none;
color: inherit;
} }
.contacts-block-address { .contacts-block-address {
margin: 0rem 0 2rem 0; margin: 0rem 0 2rem 0;
} }

View File

@ -34,8 +34,8 @@
<p class="contacts-block-bright-text">{{core()->getConfigData('general.general.info.address')}}</p> <p class="contacts-block-bright-text">{{core()->getConfigData('general.general.info.address')}}</p>
</div> </div>
<div class="contacts-block-address"> <div class="contacts-block-address">
<span class="contacts-block-dim-text">{{__('shop::app.footer.mobile')}}</span> <span class="contacts-block-dim-text phone-number">{{__('shop::app.footer.mobile')}}</span>
<p class="contacts-block-bright-text" margin-top: 1rem;font-size: 1.6rem;">{{core()->getConfigData('general.general.info.phone')}}</p> <p class="contacts-block-bright-text">{{core()->getConfigData('general.general.info.phone')}}</p>
</div> </div>
<div class="contacts-block-number"> <div class="contacts-block-number">
<span class="contacts-block-dim-text">{{__('shop::app.checkout.onepage.email')}} : </span> <span class="contacts-block-dim-text">{{__('shop::app.checkout.onepage.email')}} : </span>

View File

@ -10,6 +10,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}"> <meta name="csrf-token" content="{{ csrf_token() }}">
<meta http-equiv="content-language" content="{{ app()->getLocale() }}"> <meta http-equiv="content-language" content="{{ app()->getLocale() }}">
<meta name="format-detection" content="telephone=no">
{{-- <link rel="stylesheet" href="{{ asset('vendor/webkul/ui/assets/css/ui.css') }}">--}} {{-- <link rel="stylesheet" href="{{ asset('vendor/webkul/ui/assets/css/ui.css') }}">--}}
@if ($favicon = core()->getCurrentChannel()->favicon_url) @if ($favicon = core()->getCurrentChannel()->favicon_url)