Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1407126

    Here is my css:

    #menu-item-search [data-av_icon]:before {
      float: left;
      margin-right: 2px;
    }
    
    #top .avia_hidden_link_text {
      display: block;
      float: left;
    }

    How can I make the word search open the search form just like clicking on the magnifying glass does?

    #1407318

    Hey guychalk,
    Try this css instead:

    #menu-item-search a:after {
      content: ' Search';
    }
    

    Best regards,
    Mike

    #1407457

    Hi Mike,
    Thanks! This worked for me.
    Best regards,
    Guy

    #1407464

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘I need to make the word “Search” open the ajax search form’ is closed to new replies.