Navigation Bar Search Icon

Home Forums Support Navigation Bar Search Icon

Home Forums Support Navigation Bar Search Icon

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

    Dear Tom,

    I am using generate press on a website for a client at http://www.tappinginschools.com

    I am doing a few updates and want to add the word “Search” into the navigation bar next to the search icon. I can’t for the life of me figure out how I got that search icon into the navigation bar and how I edit it. Can you help with that? I searched the forum and couldn’t find information about it. Thank you for any assistance you can provide. And thank you for a great wordpress template!

    Christy

    #190413
    Tom
    Lead Developer
    Lead Developer

    Hi Christy,

    This CSS might help:

    .search-item a:before {
        content: "Search ";
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    Let me know ๐Ÿ™‚

    #190420
    Christy Steele

    Perfect. Thank you!

    #190423
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

    #190743
    Rusya

    Hello, Tom!
    Tell me, please, how I can edit word “Search…” in search form? I want to write another word there.

    Thank you for a help and for great wordpress template!

    #190813
    Tom
    Lead Developer
    Lead Developer
    #190846
    Rusya

    Excuse me, Tom, I must be added it:

    add_filter('generate_search_placeholder','generate_custom_search_placeholder');
    function generate_custom_search_placeholder() 
    {
          return 'Enter your search term here';
    }

    using the plugin and? Or who?

    • This reply was modified 8 years ago by Tom.
    #190898
    Tom
    Lead Developer
    Lead Developer
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.