Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1031650

    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?

    #1032323

    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

    #1033491

    Hi! I’ve added the icon on desktop.
    Is it possible to show it on mobile view next to the menu? Always visible?
    Martine

    #1034402

    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

    #1034481

    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

    #1034538

    Hi,

    Add this to quick css:

    #searchform input#s{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #1035190

    Great! Thanks Jordan!

    #1035234

    Hi,

    No problem at all my friend. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘search icon on mobile view’ is closed to new replies.