FROM CACHE - fr_header
RÉSOLU

Réduire taille entre titre collections et produits

willakcs
Nouveau membre
7 0 0

Bonjour,

1. J'aimerais pouvoir réduire la taille du titre (flèche noir) afin qu'il soit plus petit et que les produits en dessous puisse être mis plus en valeur que ce titre, cela est-il possible ?

2. De plus, j'aimerai savoir si il est possible d'enlever l'encadrement (flèche jaune) et si oui, comment ?

 

Cordialement

 

William Orna

1 SOLUTION APPROUVÉE
Fuznet
Shopify Expert
359 43 70

Succès.

Oups petite erreur, cette fois-ci c'est bon :

 

@media only screen and (min-width: 750px) {
.main-content {
padding-top: 0px !important;
}
}

@media only screen and (min-width: 750px) {
.section-header {
margin-bottom: 0px !important;
}
}

.filters-toolbar-wrapper { 
border-top: 1px solid #ffffff !important; 
}

.border-bottom {
border-bottom: 1px solid #ffffff !important; 
}

Voir la solution dans l'envoi d'origine

5 RÉPONSES 5

Fuznet
Shopify Expert
359 43 70

Bonjour,

 

Dans theme.scss.css, tout en bas, ajoutez ceci :

 

Screenshot_1.png

 

@media only screen and (min-width: 750px)
.main-content {
padding-top: 0px !important;
}

@media only screen and (min-width: 750px)
.section-header {
margin-bottom: 0px !important;
}

.filters-toolbar-wrapper { 
border-top: 1px solid #ffffff !important; 
}
.border-bottom { border-bottom: 1px solid #ffffff !important; }

 

 

willakcs
Nouveau membre
7 0 0

Merci pour votre réponse, mais quand je fais cela, cela "casse" mon site et le rend comme ceci:

willakcs
Nouveau membre
7 0 0

Merci pour votre réponse, mais quand je fais cela, cela "casse" mon site et le rend comme ceci:

Fuznet
Shopify Expert
359 43 70

Succès.

Oups petite erreur, cette fois-ci c'est bon :

 

@media only screen and (min-width: 750px) {
.main-content {
padding-top: 0px !important;
}
}

@media only screen and (min-width: 750px) {
.section-header {
margin-bottom: 0px !important;
}
}

.filters-toolbar-wrapper { 
border-top: 1px solid #ffffff !important; 
}

.border-bottom {
border-bottom: 1px solid #ffffff !important; 
}
willakcs
Nouveau membre
7 0 0

merci!!