Site logo

Archived topic

Header image and margin in moble version

16 replies · Started by rafel jesus on March 30, 2020

Viewing posts 16–17 of 17

If you want the CSS to apply to all page heros, then this would be it:

@media (max-width: 768px) {
    .page-hero {
        background-image: none;
    }
    .page-hero h1 {
        color: #000000;
    }
}

Hi Leo.
Okey, I try

This archived topic is closed to new replies.