Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Section text against responsive background

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10724
    lynn
    Participant

    On a mobile, the text on my Sections 2 & 9 gets lost in the background image.
    Is there a way to fix this?

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.