Tagged: ,

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

    i have a footer with a background image
    settings are top center and repeat on the background image settings
    now i want it to remove itself for mobile users because it displays it wrong on the mobile version
    Just like the page background image removes in the mobile version is that possible

    #237197
    This reply has been marked as private.
    #237587

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

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

    Best regards,
    Yigit

    #238629

    thank you sooo much n sorry for the late reply

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how to remove footer bg image in responsive view’ is closed to new replies.