Hi @baldeaglemall,
Sorry for the late reply.
Simplest solution would be to set “Button label” in our widget’s settings to ←. And if you are using our shortcode:
[alg_back_button label="←"]
If you would like to use a Font Awesome icon, you can set “Button type” to “Simple text” and “Button label” to e.g. <i class="fas fa-angle-double-left"></i>. And if you are using our shortcode:
[alg_back_button type='simple' label='<i class="fas fa-angle-double-left"></i>']
P.S. If you update the plugin to the latest v1.2.4 that we’ve just released, you can use more simple form for the shortcode:
[alg_back_button fa="fas fa-angle-double-left"]
Hope that helps. Please let me know if you have any questions.
Hi,
I’m marking this thread as “resolved” for now. Please let me know if there are still any questions.