If you want to change the widget's background color, you can do so in Theme Editor.
Open Theme Editor
Find the section with the Storista Widget
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.