Hello, you could use this css, should make the background black
COPY CODE
@media (max-width: 991px) {
section.container-wrap.main-color.custom-color.bg-parallax {
background: black !important;
}
}
Or if you prefer to use an image
COPY CODE
@media (max-width: 991px) {
section.container-wrap.main-color.custom-color.bg-parallax {
background-image: url(IMAGE URL HERE) !important;
}
}
Add code to style.css of child theme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Laura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂