Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1310935

    Hello,

    I would like to remove search icon on mobile only. How can I do this? Just not enough room.

    I would also like to add the search icon in the actual mobile menu (once you click on the hamburger menu. ow can I do this?

    #1311299

    Hey virtualbis,

    Could you post a link to the site in question, so that we can have a closer look please?

    Best regards,
    Rikard

    #1317372

    Of course. See below.

    You will notice as well the hamburger menu is no longer working. I recently updated it. Any idea what is going on?

    #1317553

    Hi,

    Thanks for the update. We can give you CSS to make the logo a bit smaller, if you want to keep the search icon there instead maybe? About the mobile menu not working; I sent you a reply for that in your other thread.

    Best regards,
    Rikard

    #1317658

    Hi,
    I would prefer not to make te logo smaller I would like to remove search icon on mobile only.

    In the mobile menu I wouldalso like to add either “Search” text or a search logo.

    #1317906

    Hi,

    Thanks for the update. Please try this in Quick CSS in order to remove the search icon next to the logo:

    @media only screen and (max-width: 767px) {
    nav.main_menu #menu-item-search {
      display: none; 
    }
    }

    I’m not sure what you are looking to change in the mobile menu though, there is a search icon there already. Are you looking to add text before or after it?

    Best regards,
    Rikard

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