Comments 1Stephan started the conversationFebruary 10, 2018 at 7:34pmcan I change the accordion icons via CSS from + - to arrows > arrow left arrow down when activated. http://web82226.customer.xenway.de/referenzen/ 3,034Andrew repliedFebruary 13, 2018 at 9:31amHi Stephan, Apologies for the late reply. The modification is not exactly simple in the first place. You can either use CSS to override the icon codes from font awesome or you can change the icons from the files - PHP and JS. The plus that is shown on loading the page is added from here: salient\nectar\nectar-vc-addons\vc_templates\toggle.php line 5. The changing of the icon to the minus on toggle is handled by JS i.e. between line 2631 - 2712 Hope you can implement the changes you want from there. Sign in to reply ...
can I change the accordion icons via CSS from + - to arrows > arrow left arrow down when activated.
http://web82226.customer.xenway.de/referenzen/
Hi Stephan,
Apologies for the late reply.
The modification is not exactly simple in the first place.
You can either use CSS to override the icon codes from font awesome or you can change the icons from the files - PHP and JS.
The plus that is shown on loading the page is added from here: salient\nectar\nectar-vc-addons\vc_templates\toggle.php line 5.
The changing of the icon to the minus on toggle is handled by JS i.e. between line 2631 - 2712
Hope you can implement the changes you want from there.