Skip to content

Instantly share code, notes, and snippets.

@crawford252
Last active March 21, 2024 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crawford252/d549e186695ed6082f6cc8aa548d227c to your computer and use it in GitHub Desktop.
Save crawford252/d549e186695ed6082f6cc8aa548d227c to your computer and use it in GitHub Desktop.
Divi Theme CSS Icon
.add_divi_icon li:before {
content: "\e052";
font-family: ETmodules;
font-size: 1em;
color: green;
position: relative;
margin-right: 5px;
}
.add_divi_icon li {
list-style-type: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment