[Resolved] Add "Search" Label to Search Icon in Navigation?

Home Forums Support [Resolved] Add "Search" Label to Search Icon in Navigation?

Home Forums Support Add "Search" Label to Search Icon in Navigation?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1035135
    Caitlin Shannon

    Hi!

    I just launched a new client website and she requested that I add a label to the search icon in the navigation — she’s worried her readers won’t see/find it.

    I tried a few things with CSS and it didn’t work. I feel like it’s something simple that I’m missing/forgetting ๐Ÿ™‚ Any ideas?

    Website: adventuresofemptynesters.com

    Thank you so much for all you do!

    #1035185
    David
    Staff
    Customer Support

    Hi there,

    i am not sure there is enough space for it but you can try this:

    .main-navigation ul li.search-item a:after {
        content: 'Search';
        display: inline;
    }
    #1035370
    Caitlin Shannon

    Ahhh, you’re the best, David! That worked beautifully.

    And yes, it’s getting a little cozy in that navigation. Agreed ๐Ÿ˜‰

    Thank you so, so much!

    #1035388
    David
    Staff
    Customer Support

    You’re welcome

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