Custom CSS
Can I add custom CSS to Vitrine?
Yes, two ways:
-
Custom Liquid section — Add a Custom Liquid section and wrap your CSS in
<style>tags. This is the easiest method and doesn't require code editing. -
Theme code — For advanced users, edit theme files directly via Online Store → Themes → Edit code. Add custom CSS to
assets/base.cssor create a new CSS file.
Tip: Use browser DevTools (right-click → Inspect) to find the CSS classes you want to override.