Pop Up Modal Code
unknown
plain_text
a month ago
400 B
1
Indexable
Never
/* Modal Pop-up - WB Nicolas V*/ .popup-modal.with-image .popup-modal__form { @media only screen and (min-width: 769px) { .close{ color: #000!important; opacity: 1!important; } } @media only screen and (max-width: 768px) { .close{ color: #000!important; opacity: 1!important; } } } /*END*/
Leave a Comment