Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #242493
    herhq
    Participant

    Hi there,

    Website: http://www.herhq.net

    The search bar is not displaying on mobile. I’m yet to discover any answers or workarounds on this forum that resolve this, so would really appreciate some advice. As the website is quite focused on written content it’s important viewers can search via mobile.

    Also, I am hoping to customise the mobile menu colours to match the website (all white background, black text).

    Thanks in advance!

    #242511
    Skandha
    Participant

    @herhq: Hello there,
    The search box not displaying on mobile view seems to be an issue. I will look into the issue and get back to you soon.

    To change the colors of mobile menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .sidr {
        background-color: #fff;
    }
    .sidr a {
        color: #000 !important;
    }

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

    #242604
    Skandha
    Participant

    @herhq: Hello there,
    The Search box issue on mobile phones has been fixed. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Search bar not displaying on mobile + mobile nav menu customisation’ is closed to new replies.