Hi!
Please check http://www.biancasmode.nl/wp on Phone. Is it possible to add a search icon on the left or right side next to the menu (Always visible)? If so, how can I do this?
Hey famewebdesign,
You need to add the search on desktop first. I do not see it.
Then we can help you show it on mobile.
Best regards,
Victoria
Hi! I’ve added the icon on desktop.
Is it possible to show it on mobile view next to the menu? Always visible?
Martine
Hi,
It’s actually there but the icon color is the same as the header background. Try this code on the Quick CSS field:
@media only screen and (max-width: 767px) {
#top #menu-item-search {
z-index: 100;
color: #fe02a6;
}
}
Best regards,
Ismael
Yes! Thanks Ismael!
There’s only one question left: now when I enter a search text, you can’t see the text. Is it possible to change that color also?
Martine
Hi,
Add this to quick css:
#searchform input#s{
color:#000!important;
}
Best regards,
Jordan Shannon
Great! Thanks Jordan!
Hi,
No problem at all my friend. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon