Comment on page
Color and Content Customization
PRO TIP 🚀
Use the test cases below to test your ScandiPWA App!
Color and content customization
ScandiPWA allows you to customize your website by changing the colors used in the theme. The setting is available for configuration on the store view level.
- 1.On the Admin sidebar, tap Stores. Then under Settings, choose Configuration.
- 2.In the panel on the left under ScandiPWA, choose Color customization.
- 3.Expand the Enable color customizations tab, then choose Yes.
- 1.Expand the Primary colors tab, then choose the preferred colors.
- 2.Expand the Secondary colors tab, then choose the preferred colors (preferably grey colors).
- 3.When complete, tap Save Configuration.
COLOR | LOCATION | DEFAULT VALUE |
Primary Colors | | |
Base | Button, Checkbox color ![]() | f26323 |
Hover | Hover effects (i.e buttons) ![]() | d1490c |
Highlight | Accent background (i.e. mini-cart) ![]() | f69e77 |
Secondary Colors | | |
Base | Breadcrumbs background, sections on product page ![]() | f3f3f3 |
Hover | Hover effects (i.e. in checkout payments) ![]() | 949494 |
Highlight | Accent backgrounds (i.e. even tables rows) ![]() | f3f3f3d1 |
- 1.On the Admin sidebar, tap Stores. Then under System, choose Cache Management.
- 2.Refresh invalidated cache types.
With the ScandiPWA theme, you can customize your store by adding different content to the CMS blocks across the website. Content customization is available on the store view level.
If no CMS block is selected in the configurations, the default CMS blocks will be shown on the storefront instead.
- 1.On the Admin sidebar, tap Stores. Then under Settings, choose Configuration.
- 2.In the panel on the left under ScandiPWA, choose Content customization.
- 3.Expand the section where you want to edit the CMS block, then choose the block you want to appear on the storefront.
- 4.On the Admin sidebar, tap System. Then under Tools, choose Cache Management.
- 5.Refresh invalidated cache types.
SECTION | FIELD | DESCRIPTION |
| | |
Footer | Displayed CMS block | The block is displayed in the footer above the copyright notice. |
Mini-cart | Promotion CMS block | The block is displayed in the mini-cart above the list of products. ![]() |
Cart | Promotion CMS block | The block is displayed in the cart below cart totals. ![]() |
Checkout | Shipping promotion CMS block | The block is displayed in the checkout shipping step below totals. If nothing is chosen, there will be no CMS block displayed on the storefront. |
Checkout | Billing promotion CMS block | The block is displayed in the checkout billing step below totals. If nothing is chosen, there will be no CMS block displayed on the storefront. |
Header and Menu | Menu to display | In this section, you can choose the menu you want to appear in the store. If nothing is chosen, the menu with the new-main-menu identifier will appear on the storefront. |
Header and Menu | Promotion CMS block | The contacts block is displayed above the menu. By default, it includes a telephone number and email. ![]() |
Header and Menu | Promotion CMS block | The block is displayed below the menu items. By default, it includes links to About Us and Contacts pages. ![]() |
Product list | Displayed attribute | It's the attribute displayed below the product name on the product card. For an attribute to appear in the list, make sure it is "Visible on Catalog Pages on Storefront". If nothing is chosen, the brand attribute will appear on the storefront. |
Cookie Popup | Cookie Popup Text | The text that is displayed in the cookie popup. |
Cookie Popup | Cookie Popup Read more Link | The link that is used in the read more cookie popup text. |
- 1.Footer (Displayed CMS block)
<div class="Footer-Content">
<div class="ContentWrapper Footer-Columns">
<div class="Footer-Column">
<h3 class="Footer-ColumnTitle">About</h3>
<div class="Footer-ColumnContent">
<a class=" Footer-ColumnItem " href="/default/about-us">About Us</a>
</div>
</div>
<div class="Footer-Column">
<h3 class="Footer-ColumnTitle">Additional info</h3>
<div class="Footer-ColumnContent">
<a class=" Footer-ColumnItem " href="/default/privacy-policy-cookie-restriction-mode">Privacy Policy</a>
<a class=" Footer-ColumnItem " href="/default/terms-and-conditions">Terms of use</a>
<a class=" Footer-ColumnItem " href="/default/privacy-policy-cookie-restriction-mode">Use of Cookies</a>
</div>
</div>
<div class="Footer-Column">
<h3 class="Footer-ColumnTitle">Popular categories</h3>
<div class="Footer-ColumnContent">
<a class=" Footer-ColumnItem " href="/default/women">Women</a>
<a class=" Footer-ColumnItem " href="/default/men">Men</a>
<a class=" Footer-ColumnItem " href="/default/accessories">Accessories</a>
</div>
</div>
<div class="Footer-Column">
<h3 class="Footer-ColumnTitle">Follow</h3>
<div class="Footer-ColumnContent Footer-ColumnContent_direction_horizontal">
<a href="https://twitter.com/scandipwa?lang=en" class=" Footer-ColumnItem Footer-ColumnItem_type_image">
<div class="Image Image_ratio_square Image_imageStatus_2 Image_hasSrc Footer-ColumnItemImage ">
<div class="Image Image_ratio_square Image_imageStatus_1 Image_hasSrc ">
<img src="https://scandipwapmrev.indvp.com/media/wysiwyg/twitter_1_.png" alt=""
loading="lazy" class="Image-Image" style="width: 100%; height: 100%;">
</div>
</div>
</a><a href="https://www.youtube.com/channel/UCvnxo7rh5NRwvMHtJga9fww"
class=" Footer-ColumnItem Footer-ColumnItem_type_image">
<div class="Image Image_ratio_square Image_imageStatus_2 Image_hasSrc Footer-ColumnItemImage ">
<div
class="Image Image_ratio_square Image_imageStatus_1 Image_hasSrc Footer-ColumnItem_type_image">
<img src="https://scandipwapmrev.indvp.com/media/wysiwyg/youtube.png" alt="" loading="lazy"
class="Image-Image" style="width: 100%; height: 100%;"></div>
</div>
</a></div>
</div>
</div>
</div>
2. Mini-cart (Promotion CMS block)
<p class="CartOverlay-Promo">Free shipping on any order with code <b>SCANDIPWA</b></p>
3. Cart (Promotion CMS block)
<figure class="CartPage-PromoBlock">
<figcaption class="CartPage-PromoText">Free shipping on any order with code <b>SCANDIPWA</b>
</figcaption>
</figure>
4. Header and Menu (Promotion CMS block) - the contacts block displayed above the menu.
<dl class="contacts-wrapper">
<dt>Telephone:</dt>
<dd>
<a href="tel:983829842">+0 (983) 829842</a>
</dd>
<dt>Mail:</dt>
<dd>
<a href="mailto:[email protected]">[email protected]</a>
</dd>
</dl>
5. Header and Menu (Promotion CMS block) - the contacts block displayed below the menu items.
<div class="Menu-Promotion">
<h3 class="Menu-PageLink"><a class=" Menu-Link" href="/about-us">ABOUT US</a></h3>
<h3 class="Menu-PageLink"><a class=" Menu-Link" href="/about-us">CONTACTS</a></h3>
<div class="Menu-Social">
<div class="CmsBlock-Wrapper">
<h3 class="list-heading">Social</h3>
<ul>
<li>
<a href="https://www.instagram.com/scandiweb/" target="_blank" rel="noopener">
<div class="Image Image_ratio_square Image_imageStatus_1 Image_hasSrc "><img src="https://scandipwa.local/media/wysiwyg/social/instagram.svg" alt="instagram" loading="lazy" class="Image-Image" style="width: 100%; height: 100%;"></div>
</a>
</li>
<li>
<a href="https://www.facebook.com/scandiweb" target="_blank" rel="noopener">
<div class="Image Image_ratio_square Image_imageStatus_1 Image_hasSrc "><img src="https://scandipwa.local/media/wysiwyg/social/facebook.svg" alt="facebook" loading="lazy" class="Image-Image" style="width: 100%; height: 100%;"></div>
</a>
</li>
<li>
<a href="https://www.twitter.com/scandiweb/" target="_blank" rel="noopener">
<div class="Image Image_ratio_square Image_imageStatus_1 Image_hasSrc "><img src="https://scandipwa.local/media/wysiwyg/social/twitter.svg" alt="twitter" loading="lazy" class="Image-Image" style="width: 100%; height: 100%;"></div>
</a>
</li>
</ul>
</div>
</div>
</div>
TEST YOUR SCANDIPWA APP
To verify the support for this section, use the following test cases:
scandipwa_ ScandiPWA - Color and Content Customization.pdf
199KB
PDF
Color and Content Cusomization - Test Cases