Skip to content

Instantly share code, notes, and snippets.

@KoolPal
Created March 17, 2020 12:56
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 KoolPal/7f23484129eab99243c98b77dcbe74e0 to your computer and use it in GitHub Desktop.
Save KoolPal/7f23484129eab99243c98b77dcbe74e0 to your computer and use it in GitHub Desktop.
Homepage Checkmarks
// Place this in a text widget
<p class="mb-0"><i class="icon-checkmark cc-checkmark"></i> Worldwide shipping</p>
// Aditional CSS Flatsome > Advanced > Custom CSS
.icon-checkmark.cc-checkmark {
color: #7a9c59;
margin-right: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment