Thèmes Shopify, Liquid, logos et autres sujets similaires
I am using the November theme and try to customize it with few basic (font size, colours, etc..) I added a
@import "custom.cc" in the theme.css.liquid and created a custom.css in asset but seems not working (nothing change in preview).
Could you please give me any advise?
Thanks in advance.
OLN11
Hi @OLN11
@import isn't working with Shopify.
You can add a custom.css file in the assets folder and declare it in the theme.liquid file like this :
{{ 'custom.css' | asset_url | stylesheet_tag }}
Put this code just after the line :
{{ 'theme.scss.css' | asset_url | stylesheet_tag }}
Tell me if it's good for you 🙂
Guillaume
Guillaume CARON | Expert Shopify | Webbly devient l'Agence marki | agence-marki.fr
Maîtrisez l’expansion internationale de votre activité Shopify grâce au parcours d’appr...
By Shopify Feb 7, 2025Agrandissez la vente en gros avec le parcours d’apprentissage de Shopify Academy, B2B...
By Shopify Jan 30, 2025Pour que les clients se sentent encouragés à acheter des produits, ils doivent comprendre ...
By Océanne Sep 3, 2024