Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #437585

    I’d simply like to add the word “Search” next to the search magnify icon in the header, so you can click on either the text or the icon to make the search box appear, how can I do this? And where can I tip the Enfold developers ?? Such a great theme, thank you so much !!

    #438175

    Any thoughts on this ?

    #438941

    Hey!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    li#menu-item-search a:after {
      content: 'Search';
      display: block;
      position: absolute;
      font-size: 11px;
      top: 5px;
      left: 30px;
    }

    Adjust the position if necessary.

    Regards,
    Ismael

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