Font Color and Pop up Modal Theming
Design Template: ProducerJfelizardo
plain_text
22 days ago
495 B
1
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 { color: #fff; opacity: 1; } .items .item__name { color: #fff; } /*END*/
Leave a Comment