Skip to main content

Custom CSS

Can I add custom CSS to Vitrine?

Yes, two ways:

  1. 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.

  2. Theme code — For advanced users, edit theme files directly via Online Store → Themes → Edit code. Add custom CSS to assets/base.css or create a new CSS file.

Tip: Use browser DevTools (right-click → Inspect) to find the CSS classes you want to override.