Okay
  Public Ticket #865434
Hide News Ticker
Closed

Comments

  • Fabio started the conversation

    Hello, Djwd!

    How I can hide the news ticker in mobile version?

    Best regards.

    Fábio

  •  93
    djwd replied

    Hi there,

    try with:

    @media screen and (max-width: 767px) {
        #ticker-wrap {
            display:none!important;
        }
    }

    (to paste in the Custom CSS textarea - Theme options Advanced Tab)

    Hope it helps

    Regards
    djwd