Property Grid Cards and Status Not Changing

Design Template: Producer
 avatar
Jfelizardo
plain_text
10 months ago
329 B
6
Indexable
CSS Color Theming
/*START - Change Card Theme*/
div.redesign.property-list-section span.property-list__label{
   background:#670038;
   color: #fff;
}
.property-list__text {
    color: #000;
    background-color: #C3BEBE !important;
}
.property-list__item {
    background-color:transparent!important;
}
/*END - Change Card Theme*/
Editor is loading...
Leave a Comment