Regular Old Dot Points
- Point 1
- Point 2
- Point 3
Lined Dot Points
- Point 1
- Point 2
- Point 3
Side Wide
Paste the following text into your Custom CSS Panel in Divi
.et_pb_text ul { list-style: none; } .et_pb_text ul li:before { content: "- "; }
Love Heart Dot Points
- Point 1
- Point 2
- Point 3
Side Wide
1. Copy this line of code into the section of your site (Divi Theme Options –> Integration –> Add Code to the of your blog)
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
2. Paste the following text into your Custom CSS Panel in Divi
.love ul li:before { content: "\f004"; font-family: FontAwesome; padding-right: 10px; } .love ul { list-style: none; }
Tick Dot Points
- Point 1
- Point 2
- Point 3
Side Wide
1. Copy this line of code into the section of your site (Divi Theme Options –> Integration –> Add Code to the of your blog)
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
2. Paste the following text into your Custom CSS Panel in Divi
ul li:before { content: "\f00c"; font-family: FontAwesome; padding-right: 10px; } .tick ul { list-style: none; }