[Resolved] change the name of search buttom

Home Forums Support [Resolved] change the name of search buttom

Home Forums Support change the name of search buttom

  • This topic has 7 replies, 3 voices, and was last updated 7 years ago by Tom.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #380652
    Silvano

    Hi,
    I need to rename the search button in the navigation menu.
    How can you do that? Can you help me with this?

    #380677
    Leo
    Staff
    Customer Support
    #381022
    Silvano

    Hi Leo, thanks for your help.
    What I really need is change de name of submit buttom and this filter change the placeholder text.
    I did not find in the documentation a way to do this. I have now resolved with Say What plugin but if there is another way to make that change I’d like to know.

    Best, Silvano

    #381070
    Leo
    Staff
    Customer Support

    Hmm there isn’t a submit button for GP’s default search?

    Can you link me to the site?

    #381181
    Silvano

    Hi Leo,
    Sorry was my mistake, but is not submit button, is the Search link in navegation menu.
    What I need to do is show text instead Search icon and change text too.

    you can see in this link
    http://silper.net.br/masite/

    I’m still working in search results πŸ™‚
    thank you

    #381264
    Tom
    Lead Developer
    Lead Developer

    Currently you have some CSS that is displaying screen reader text, which is there for screen readers – it’s not meant to show normally.

    You should remove that screen reader custom CSS, and then do this:

    li.search-item i:after {
        content: "Search";
    }
    
    li.search-item i:before {
        content: "";
    }
    #381318
    Silvano

    Hello Tom,
    what my client wants is that the icon and text appear together. (I.e.
    Anyway, I understood what should be done. πŸ™‚
    Thank you very much for your help.

    #381474
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

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