How To Change The Icons In The Divi Accordion Module

2 years ago
1

#divitutorials #photoshop #changetherules

You may post your comments or questions below and I will reply to you as soon as possible.

DEMO LINK: https://bit.ly/395FUld
WEB VERSION: https://bit.ly/3PMP9rc

https://99designs.com/profiles/changetherules
https://www.instagram.com/changetherulesdesign/
https://changetherules.online/

#webdesign #landingpage #bannerads #99designs #affordable #divi #bootstrap #html #wordpress #filipinowebdesigner #tutorials #basics

================

CODE:
.custom_css_arrow .et_pb_toggle_title:before {
content: "\33" !important;
}
.custom_css_arrow .et_pb_toggle_open .et_pb_toggle_title:before {
display: block;
}
.custom_css_arrow .et_pb_toggle_open .et_pb_toggle_title:before {

content: "\33" !important;
transform: rotate(180deg);
}

Loading comments...