Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #922193

    Is there a way to hide a footer image on mobile devices

    OR EVEN BETTER

    Have a different image show on mobile devices???

    #922231

    Hey,

    Please add following code to Quick CSS in Enfold theme options > General Styling

    @media only screen and (max-width: 769px) {
    .footer_color {
        background: #000000 url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png) top center no-repeat scroll;
    }}

    Cheers!
    Yigit

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