Hello
You can add the following to the Custom CSS field of your template settings where
style-box2 is your new
Module Class Suffix (edit to taste)..
.module_style-box2 .module, .style-box2 .module {
background-color: rgba(0, 0, 0, 0.043);
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05) inset;
border-radius: 4px 4px 4px 4px;
overflow: hidden;
margin-bottom: 10px;
}
.module_style-box2 .module_padding, .style-box2 .module_padding {
padding: 5px 15px !important;
}
CiarĂ¡n