Background Color on Mobile

Image with CTA Design Template: Producer
 avatar
Jfelizardo
plain_text
a month ago
301 B
1
Indexable
Never
CSS Color Theming
/*START Black Background in Mobile*/
@media (max-width: 768px){
    .lp-title-group.text-left p, .lp-h2{
        color: #fff;
    }
    div.media-text__content {
        opacity: 1;
        background-color: #000;
    }
    div.media-text {
        background-color: #000;
    }
}
/*END*/
Leave a Comment