Skip to content

Styling Convermax components

Create a Style File

You need to create a style file. To do this, go to the Edit Code of the theme where you want to modify the styles.

  1. Go to Themes in the Online Store Sales Channel

  1. Select the theme where you want to change the styles of our components and click Edit Code.

  1. Click Add a new asset on the Assets folder

  1. Choose the Create a blank file option and name it “convermax-custom”

Alternatively, you can choose the Upload a file option. Make sure the file you upload is named “convermax-custom.css”

  1. Go to the theme.liquid file

  1. Insert this code before tag
<!-- Stylesheet Convermax -->
{{ 'convermax-custom.css' | asset_url | stylesheet_tag }}

  1. Click the Save button