Home › Forums › Basel support forum › Mobile Headers For Categories › Reply To: Mobile Headers For Categories
October 13, 2018 at 7:28 am
#82544
Bogdan Donovan
Keymaster
You can use the following code:
@media (min-width: 301px) and (max-width: 600px) {
.main-page-wrapper .page-title {
background-image: url(https://adamjohnlea.com/wp-content/uploads/2018/05/maternity_gown.jpg); !important;
background-color: blue;
}
}
Regards