Change Toggle Button CSS
-
For some reason the toggle button icon or text (+ and -) are reversed.
When the toggle button is closed it shows the – icon and when the toggle button is opened it shows the + icon. How do we revers this? I want the + icon to appear when the options are closed and the – icon to appear when it is open. Here is the code when looking at this. The code below is what is on the site but its showing the opposite when displayed.
Even though the code below shows opened = -, it is showing + when opened?<a href="javascript: void(0);" title="toggle" class="woof_front_toggle woof_front_toggle_opened" data-condition="closed">+</a><a href="javascript: void(0);" title="toggle" class="woof_front_toggle woof_front_toggle_closed" data-condition="closed">-</a>
The topic ‘Change Toggle Button CSS’ is closed to new replies.