Comments benditasanidad started the conversationSeptember 14, 2020 at 4:52pmHi, How do I delete/change change the toggle icons "-" and "+" to my custom image? Thanks in advance. 2,965Andrew repliedSeptember 14, 2020 at 6:26pmHi there,It uses fontawesome icons. Try the following custom css in Salient > General settings > CSS/Script related: .icon-plus-sign:before { content: "\f054" !important; } .icon-minus-sign:before { content: "\f077" !important; } Kind regards.benditasanidad repliedSeptember 14, 2020 at 7:17pmOk but I would like to change these icons for my own custom icons. Any idea?Thanks! 2,965Andrew repliedSeptember 15, 2020 at 10:20amHi there,It is not possible for custom icon. Check the following link for available icons with content values.https://astronautweb.co/snippet/font-awesome/Thanks.benditasanidad repliedSeptember 15, 2020 at 4:58pm:-( Sign in to reply ...
Hi,
How do I delete/change change the toggle icons "-" and "+" to my custom image?
Thanks in advance.
Hi there,
It uses fontawesome icons.
Try the following custom css in Salient > General settings > CSS/Script related:
Kind regards.
Ok but I would like to change these icons for my own custom icons.
Any idea?
Thanks!
Hi there,
It is not possible for custom icon. Check the following link for available icons with content values.
https://astronautweb.co/snippet/font-awesome/
Thanks.
:-(