Ukryj producenta produktu w stylach oraz dodaj sekcję darmowej wysyłki z informacjami o kosztach dostawy

This commit is contained in:
2024-11-24 15:08:57 +01:00
parent b8296c0e99
commit 3e2163fa06
4 changed files with 22 additions and 3 deletions

View File

@@ -1837,6 +1837,7 @@ ul.pager {
}
.product-producer {
display: none;
margin: 0 0 1rem 0;
a {
@@ -1846,6 +1847,20 @@ ul.pager {
}
#product-options {
.free-delivery {
p:last-child {
margin-bottom: 0;
}
padding: 15px;
background: #FFF;
margin-bottom: 25px;
strong {
color: #dc3545;
}
}
@include respond-above(sm) {
padding: 0;
}