• Hi,
    I’m using Featured Image Carousel but I would like to hide it on all mobile devices. Make in visible only for PC and laptops. Can someone please tell me what code should I use in Additional CSS module? Thanks in advance!

Viewing 1 replies (of 1 total)
  • Thread Starter montyie

    (@montyie)

    Okay I used this code:

    @media screen and (max-width: 1220px) {
        .featured-post{
            display:none !important; }
        }

    and the carousel is hidden, but there are arrows and small divider still visible on mobiles. Any ideas how to remove that? Here’s the screen:

    https://ibb.co/cLrxscZ

    • This reply was modified 4 years, 9 months ago by montyie.
Viewing 1 replies (of 1 total)
  • The topic ‘How to hide featured image carousel on mobiles?’ is closed to new replies.