Tagged: Accordion, entypo-fontello
Hey!
How can I change accordion toggle icon to entypo-fontello icon?
Thank you
Best regards
Peter
Hi Peter,
Please try something like this in Quick CSS to see if it works out for you:
. page-id-205 .single_toggle span.new-toggle-icon:before {
content: code for you icon goes here !important;
}
Regards,
Rikard
Thank you! Its work! :)
You can close this topic. :)