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