Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #288347

    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.

    #288394

    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

    #288399

    sweet!!!! thanks a lot

    #288416

    Hi!

    You are welcome, glad we could help! :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Replace Accordion "+" and "-"’ is closed to new replies.