Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #335410
    Cherise
    Participant

    Hi, I would like to know how to hide the home page button on mobile only please?

    #335418
    sujeet
    Keymaster

    Hello @cherise,

    Can you please share your site url and mention the button you wanted to hide?

    Thank you.

    Regards,
    Sujeet

    #335424
    Cherise
    Participant

    Hi, https://lovelees.co.za

    The RSVP button on the home page, but only on mobile.

     

    #335426
    sujeet
    Keymaster

    Hello @cherise,

    Thank you for the prompt response.

    Please kindly add the following css code to “Appearance => Customize => Additional CSS” box:

    @media screen and (max-width: 480px) {
    .site-header-text .more-link {
    display: none;
    }
    }

    Thank you.

    Regards,
    Sujeet

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