You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.3 KiB
56 lines
1.3 KiB
<!-- start Simple Custom CSS and JS -->
|
|
<style type="text/css">
|
|
a.btn.btn-color-primary.btn-style-default.btn-shape-round.btn-size-default.btn-call-sticky {
|
|
display: none;
|
|
}
|
|
.product_meta {
|
|
display: none;
|
|
}
|
|
.wd-action-btn.wd-style-text>a {
|
|
font-size: 0px;
|
|
}
|
|
.wd-action-btn.wd-style-text>a:before {
|
|
font-size:14px;
|
|
}
|
|
.wd-tltp:hover .wd-tooltip-label {
|
|
display: none !important;
|
|
}
|
|
.woocommerce-mini-cart__buttons .btn-cart {
|
|
color: white;
|
|
}
|
|
.cart-actions .button[name="update_cart"] {
|
|
color: white;
|
|
}
|
|
span.my-custom-class {
|
|
text-transform: uppercase;
|
|
margin-bottom: 15px;
|
|
display: block;
|
|
}
|
|
.sidebar-container {
|
|
margin-bottom: 40px;
|
|
background: #f1eff0;
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
.product-label.onsale {
|
|
background-color: #ff58a7;
|
|
}
|
|
span.nav-link-count {
|
|
display: none !important;
|
|
}
|
|
.title-shop>.container {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
background: rgba(255,255,255,.5);
|
|
}
|
|
.footer-container {
|
|
background-color: #ffffff;
|
|
border-top: 3px solid #7AB38B;
|
|
}
|
|
.wd-tools-element .wd-tools-count, .wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
|
|
background-color: #ff58a7;
|
|
}
|
|
|
|
</style>
|
|
<!-- end Simple Custom CSS and JS -->
|
|
|