Pop Up Modal Code

 avatar
unknown
plain_text
10 months ago
400 B
5
Indexable
/* 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*/
Editor is loading...
Leave a Comment