Change Bullet Icon in List Item
Mon Sep 16 2024 15:40:06 GMT+0000 (Coordinated Universal Time)
Saved by
@KaiTheKingRook
/* Add .pa-bullet-list-check as class in text module */
.pa-bullet-list-check ul {
list-style-type: none!important;
}
.pa-bullet-list-check ul li:before {
content: '\4e'!important;
color: #787F84;
font-family: 'ETMODULES'!important;
margin-right: 0.5vw;
margin-left: -1vw;
font-size: 1.27vw!important;
}
content_copyCOPY
https://www.elegantthemes.com/blog/resources/elegant-icon-font (for icon numbers)
https://www.peeayecreative.com/change-bullet-lists-into-check-marks-in-divi/
Comments