Convert Bullets List in Checkmarks
If you have a bullet list but and would like to use check marks instead. Add this custom CSS code:
.my-bullet-text ul {
list-style-type:none!important;
}
.my-text ul ul li:before {
content: "✓";
color:black;
float:left;
padding-right:5px;
}
.my-bullet-text ul {
list-style-type:none!important;
}
.my-text ul ul li:before {
content: "✓";
color:black;
float:left;
padding-right:5px;
}
Subscribe to:
Post Comments
(Atom)
Tags
Blogger
(5)
buttons
(1)
css
(3)
divi
(103)
elegant themes
(44)
extra
(8)
fable
(1)
gravity forms
(11)
jQuery
(3)
ownCloud
(1)
ProtonMail
(3)
Reddit
(2)
responsive
(1)
tables
(1)
vanilla forums
(3)
whmcs
(3)
WooCommerce
(3)
wordpress
(40)

Top snippets
- DIVI menu text bold on hover
- How to remove the responsive functionality from Elegant Themes Exlorable
- Move secondary Menu in DIVI below the Primary Menu
- Disable pause on hover for DIVI slider module
- Disiable Mobile Menu from showing with DIVI theme
- Add Thin Colored Line Under Menu in DIVI
- How to center align the Gravity Forms submit button
- Integrating Gravity forms with DIVI
- Divi menu overlaps logo when scaled down
- Vertically align Divi button

0 comments:
Post a Comment