Skip to main content

How to change the background color of a Storista widget

Set a custom background color for a Storista widget so it matches your Shopify theme.

Written by Irek Khasianov

If you want to change the widget's background color, you can do so in Theme Editor.

  1. Open Theme Editor

  2. Find the section with the Storista Widget

  3. Click on the "Apps" section and open "Custom CSS"

Paste here code like this:

.shopify-block {
background-color: red;
}

Replace "red" with the desired color.

Please note that the CSS class name might differ depending on your theme.

Did this answer your question?