Home › Forums › Trusted Pro › Header image in mobile. View › Reply To: Header image in mobile. View
April 3, 2018 at 5:38 pm
#4367
Yazmin
Keymaster
Add the following to Additional CSS:
@media screen and (max-width: 768px) {
.main-header {
background-image: none;
}
}