Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1152587

    HI – I uploaded a background image for my footer, which works great on desktop but covers text on mobile. Is there some CSS where I can hide the Footer Background image on mobile devices?

    Thanks so much!
    Anna

    #1152592

    Hey annameis,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .footer_color{
    background-image:none!important;
    }}

    Best regards,
    Jordan Shannon

    #1152844

    Thank you – that worked!

    #1153033

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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