Font Color and Pop up Modal Theming

Neighborhood Overview Design Template: Coldwell Banker Brand
 avatar
Jfelizardo
plain_text
10 days ago
459 B
2
Indexable
Never
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, div.item .item__name {
    color: #fff;
    opacity: 1;
}
/*END*/
Leave a Comment