I want to make tansparent the background of the header section at mobile (max-width: 767px)
Tried in every way, but it was not possible.
Please teach me how..
Hey Oh!
Try adding this to your custom CSS.
@media and screen (max-width:767px) {
.header_bg, .header-bg { background: transparent !important; }
}
If that’s not working then send us a link to your page and we’ll take a look.
Best regards,
Elliott