CMS Styling

To manage the CMS content on your store, you are welcome to use the default Magento 2 content editor or style the content by adding custom classes and styles to the HTML of your desired page or block.

To use predefined classes and styles that are present in the ScandiPWA theme by default, please refer to the following style guide:

BUTTONS:

<a class="Button" href="/" >BUTTON</a>

<a class="Button Button_isHollow" href="/" >BUTTON</a>

FONTS:

<h1>Muli 30px</h1>

<h2>Muli 24px</h2>

<h3>Muli 18px</h3>

<h4>Muli 14px</h4>

<p>Muli 14px</p>

<blockquote>Muli 14px</blockquote>

<li>Muli 14px</li>

Last updated