Widget stylesheet not show changes in preview
Summary
css style override background-color for widget divContent
Hi All,
I created a new widget but stylesheet not show changes in preview.
The fond of the theme is white and I want the background of the widget's DIV to be gray.
He is not taking this change and I don't know if it is because of a blockage of the topic that this overwriting cannot be done.
Template:
<div class = "devmatias">
<div class = "test"> THIS IS A BUTTON TYPE TEST </div>
</div>
Style sheet:
# devmatias_v1-wi300370 {
.devmatias {
.test{
width: 300px;
height: 30px;
background-color: red;
color: white;
border-radius: 5px;
Tagged:
0