Hello @waynejb,
Did you mean you need the font icon instead of our search image
You need to change the following file in the plugin
search-and-navigation-popup/includes/shortcode/sanpop-searchpopup-shortcode.php
go to Line no 46 and find <img src="<?php echo SANPOP_URL; ?>/assets/images/search.png" alt="search" /> and replace with <i class=”fa fa-search”></i>
Note:- your changes will lose when the plugin will update.
Thanks
Not interested in changing your code. I created a menu bar, with an icon and want my search icon to activate the pop search. Its hard coded into our header.php file . I do not want to display your search icon.
Checking in on a solution?