This issue is now resolved.
For those of you having it, please ensure the CSS for the Submit and Reset buttons include the reference to FontAwesome (which provides the magnifying glass)
input.sjb-search[type="submit"] {
font-family: FontAwesome;
}
is all that is required in your stylesheet. If there are overriding rules simply add an important selector after the CSS.
Thanks to Press Tigers once again for this excellent plugin and first class support.
-
This reply was modified 9 years, 6 months ago by bradbiss. Reason: Incomplete code quoted
Email sent.
thanks for your speedy response and assistance.
Kind Regards
Brad
@andybowden
This solution worked perfectly for me.
Thanks very much for your help.