Skip to main content
All CollectionsGeneralWidgets
How to change the widget background color?
How to change the widget background color?
Irek Khasianov avatar
Written by Irek Khasianov
Updated over 3 weeks ago

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-section {
background-color: red;
}

Replace "red" with the desired color.

Did this answer your question?