Home Forums Trusted Pro Header image in mobile. View Reply To: Header image in mobile. View

#4367
Yazmin
Keymaster

Add the following to Additional CSS:

@media screen and (max-width: 768px) {
    .main-header {
        background-image: none;
    }
}