Hello,
I would like to know how i can replace the “+” and “-” with 2 images; one for expand and one for collapse.
I managed to add an image by adding “background” property in “.toggle_icon” though i am left with two classed “vert_icon” and “hor_icon”.
How can i apply my images?
thanks in advance.
Hey george!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
span.toggle_icon { background: url(https://cdn0.iconfinder.com/data/icons/small-n-flat/24/678092-sign-add-16.png); }
.vert_icon, .hor_icon { display: none; }
p.toggler.activeTitle .toggle_icon { background: url(https://cdn2.iconfinder.com/data/icons/snipicons/500/minus-sign-16.png); }
Cheers!
Yigit
sweet!!!! thanks a lot