diff --git a/packages/TPS/Shop/publishable/assets/styles/style.css b/packages/TPS/Shop/publishable/assets/styles/style.css index 3b924f7bf..62a5e05d1 100644 --- a/packages/TPS/Shop/publishable/assets/styles/style.css +++ b/packages/TPS/Shop/publishable/assets/styles/style.css @@ -1805,14 +1805,17 @@ button.nav-link { .contacts-block-bright-text { margin-top: 1rem; - font-size: 1.6rem !important; - color: white !important; - text-decoration: none !important; - font-family: inherit !important; - font-weight: inherit !important; - line-height: inherit !important; + font-size: 1.6rem; + color: white; +} +p[x-apple-data-detectors] { + -webkit-text-decoration: none; + color: inherit; +} +p.phone-number { + -webkit-text-decoration: none; + color: inherit; } - .contacts-block-address { margin: 0rem 0 2rem 0; } diff --git a/packages/TPS/Shop/src/Resources/views/shop/layouts/footer/index.blade.php b/packages/TPS/Shop/src/Resources/views/shop/layouts/footer/index.blade.php index 67cbb1053..85d2e6420 100644 --- a/packages/TPS/Shop/src/Resources/views/shop/layouts/footer/index.blade.php +++ b/packages/TPS/Shop/src/Resources/views/shop/layouts/footer/index.blade.php @@ -34,8 +34,8 @@
{{core()->getConfigData('general.general.info.address')}}
{{core()->getConfigData('general.general.info.phone')}}
+ {{__('shop::app.footer.mobile')}} +{{core()->getConfigData('general.general.info.phone')}}