Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #450477

    Hello

    My client has asked me if it’s possible to remove the 4 pictures from the homepage (not the slider) from the responsive menu. He only wants the written titles to appear.

    Is there a way to to do this? Your help is much appreciated.

    #450502

    Hey Sam!

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .page-id-12 .av_one_fourth img {
    display:none !important;
    }
    }

    Regards,
    Rikard

    #450527

    That worked perfectly!

    Thanks for the great support.

    Best
    Sam

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide pictures on homepage in responsive mode’ is closed to new replies.