Black Friday & Cyber Monday Offer | Flat 20% OFF on Lifetime & All Themes Package. Use coupon code BFCM24 | Offer valid till 5th Dec 2024 Buy 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