Can I Edit The Mobile CSS Code?

Providence has a few mobile-specific settings that can be modified within a snippet file called 'settings.liquid'.

Any of the options within the snippet that ends in '_small' will edit the mobile settings only.

To edit your theme's mobile CSS code:

  1. Sign into your Shopify admin
  2. Go to 'Online Store' > 'Theme'
  3. Click 'Actions' > 'Edit Code'
    Can-I-edit-the-mobile-CSS-code_1-1
  4. Scroll down to the 'Snippets' folder
  5. Select 'settings.liquid'
    Can-I-edit-the-mobile-CSS-code_2

If you'd like to add any custom mobile CSS, we recommend you add it to the theme-custom.scss.liquid file within the assets folder. The file is sectioned by screen size so you know where to place your custom CSS.

If you'd like to add custom javascript, we recommend adding it to the theme-custom.js file within the assets folder.