Font Color and Pop up Modal Theming

Design Template: Producer
 avatar
Jfelizardo
plain_text
10 months ago
495 B
2
No Index
CSS Color Theming
               /*START Hover Modal font and BG color*/
.item__copy .item__name--hint{
    &:after {
        background-color: #fff;
    }
    span.item__hint.hint{
        background-color: #fff;
        color:#000;
        &:after {
            background-color: #fff;
        }
    }
}

/*END Hover Modal font and BG color*/

/*START White Description*/
.lp-container .description {
    color: #fff;
    opacity: 1;
}

.items .item__name {
    color: #fff;
}
/*END*/
Editor is loading...
Leave a Comment