• Resolved apelsinskal

    (@apelsinskal)


    Hi! I don’t have a search function at all in my mobile menu. How do I solve this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @apelsinskal

    There is a search icon in your theme in the sidebar bar menu, but it’s the same color as the background which makes it invisible (see screenshot).

    To fix this use this CSS code:

    @media(max-width: 960px) {
    	.menu-item .dgwt-wcas-search-wrapp {
    		margin: 10px 25px 15px 25px !important;
    	}
    	
    	.menu-item .dgwt-wcas-search-icon {
    		fill: white;
    	}
    }

    Paste it into Appearance -> Customize -> Additional CSS. If you aren’t familiar with custom CSS, take a look at this video.

    Let me know if you want to move the search icon next to the bar menu. I can provide the solution for that here too.

    Regards,
    Kris

Viewing 1 replies (of 1 total)
  • The topic ‘No search on mobile’ is closed to new replies.