Hiding a section (Follow up questions) - by ejder077

This topic has 4 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Rose Tyler

  • Avatar: ejder077
    ejder077
    Participant
    March 13, 2020 at 11:43

    Hello

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 13, 2020 at 11:48

    Hello,

    Add custom class, for example, “custom-hidden-section”
    + custom CSS code in Global custom CSS area –

    @media only screen and (min-width: 480px) { 
        .custom-hidden-section {
            display: none;
        }
    }

    Regards

    Avatar: ejder077
    ejder077
    Participant
    March 14, 2020 at 05:42

    Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 14, 2020 at 09:04

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.