Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Section text against responsive background

#10733
Grace Themes
Member

Hi Lynn,

The section text is not displaying good because of dark background image.

It will be better to remove this background image from mobile version of site
Please add below css code in Theme Options -> Basic Settings -> Custom CSS box for to remove the section background image from mobile device.

@media screen and (max-width:767px) {
#section2, #section9 { background-image: none !important; }
}

Regards
Grace Themes