Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #175850
    Jay Han
    Participant

    1. I used catch sticky menu but it doesn’t work on mobile.
    I just want to stick menu only, not #masthead. So I entered #site-header-menu to the mobile menu selector of Catch sticky menu. It works on a desktop but not on mobile. What should I do?
    This is my website: http://www.ivisitkorea.com

    2. I’d like to remove the search magnifier of the desktop browser.
    So I entered below to additional CSS.

    #site-header-right-menu .search-form {
    display:none;
    }

    Ane the search box disappeared on mobile, but the magnifier on the desktop browser is still there.
    How can I remove the search magnifier?
    I used below CSS but didn’t work.

    #search-toggle {
    display: none;
    }

    Thank you for your help in advance.

    Best regards,
    Jay Han

    #175891
    Skandha
    Participant

    @jay-han: Hello Jay Han,
    1. To have a sticky menu on mobile
    Set Mobile Menu Selector – #primary-menu-toggle

    2. To remove search from desktop
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-header-right-menu {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #175905
    Jay Han
    Participant

    Hi Skandha,

    All worked well. Thank you so much!
    Have a great day!

    Kindest Regards,
    Jay

    #175910
    Skandha
    Participant

    @jay-han: Hello Jay,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/izabel/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘(Izabel theme Free) I used catch sticky menu but it doesn't work on mobile’ is closed to new replies.