Hi there,
I recently updated my theme’s store and inserted an asset with a custom code, as I did for the previous theme versions. However, it’s not working on this version, as it’s not applying the changes. Could you please help me?
Here’s the code:
/* ALTERAR TAMANHO TOP MESSAGE */
.header__tape p {
font-size: 13px;
}
/* ALTERA COR LABEL SALE */
.label–sale {
background-color: #000;
}
/* TIRA ESPAÇAMENTO ENTRE TITULO DE PRODUTO E BRAND */
.product-page-info__title {
margin-bottom: 0!important;
}
/* ALTERA TAMANHO DE CURRENT PRICE NA PRODUCT PAGE */
.product-page-info__price .price {
font-size: 17px;
}
/* ALTERA TAMANHO DE CURRENT PRICE NA COLLECTION PAGE */
.price {
font-size: 13px;
}
/* ALTERA ESTILO DE STOCK COUNTDOWN */
.stock-countdown__counter {
color: #000;
font-weight: bold;
}
/* MUDA ESTILO DA LINHA NA PRODUCT PAGE */
.border–dashed.border-top {
border-top-style: solid!important;
}
/* AUMENTA OS TAMANHOS DO BOTÃO ADD TO CART E QUANTITY NA PRODUCT PAGE */
.product-page-info__quantity .input-quantity input[type=“number”]{
height: 44px;
}
.product-page-info__button-add-to-cart .btn:not(.btn–size-large){
min-height:44px;
}
.product-page-info__button-add-to-cart {
margin-bottom: 0!important;
}
.dynamic-checkout__button–styled button.shopify-payment-button__button {
min-height: 44px;
}
/* AUMENTA O LINE HEIGHT DO TEXTO DAS COLECÇÕES */
.collection-head p {
line-height: 20px;
}
/* DIMINUI O TAMANHO DE LETRA DOS LABELS */
.label {
font-size: 10px;
}