Get 10% OFF on Themes Bundle, Use Coupon Code GRC10 | Limited Time Offer! Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

Reply To: Section text against responsive background

#10733
Grace Themes
Participant

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