Thèmes Shopify, Liquid, logos et autres sujets similaires
Hello there !
I have two questions :
- I'm looking for a way to enlarge the logo on mobile for the Symmetry theme (Ive found many answers that recommend to edit the scss.liquid but i don't have this file).
- I also need to remove the search bar on my website
Thank you very much to the magician who could help on that!
Anne
Ive found the solutions for both (in case its useful for someone else).
Edit Code > Style.Css.Liquid
- I'm looking for a way to enlarge the logo on mobile for the Symmetry theme (Ive found many answers that recommend to edit the scss.liquid but i don't have this file).
>>> Insert at the very bottom the following code:
@media (max-width: 800px) {
.logo img {
transform: scale(1.5);
}
}
- I also need to remove the search bar on my website
>>> Insert at the very bottom the following code:
.search-box {
display: none !important;
}
.mobile-search {
display: none !important;
}
Utilisateur | CLASSEMENT |
---|---|
2 | |
2 | |
2 | |
2 | |
2 |
Le Black Friday Cyber Monday (BFCM), ou Vendredi Fou et Cyber Lundi, 2023 se profile à l'h...
By Océanne Oct 18, 2023Cet article de blog est un récapitulatif du webinaire Se préparer à BFCM : Comment lanc...
By Jacqui Oct 11, 2023Saviez-vous que Shopify offre la possibilité d'héberger des domaines tiers ? Que vous p...
By Ethan Sep 21, 2023