Skip to content

Instantly share code, notes, and snippets.

@LeMiira
Created February 25, 2021 13:24
Show Gist options
  • Save LeMiira/82d11b236ce5d3da907bd620873b4f77 to your computer and use it in GitHub Desktop.
Save LeMiira/82d11b236ce5d3da907bd620873b4f77 to your computer and use it in GitHub Desktop.
custom ul li fix elementor
.custom-ul-li .elementor-text-editor > ul,.custom-ul-li .elementor-text-editor > ol{
margin: 0;
padding: 0 0 0 20px;
}
.custom-ul-li ::marker{
color:#CF5757;
font-weight: bold;
font-style: italic;
}
@LeMiira
Copy link
Author

LeMiira commented Mar 11, 2021

.elementor-text-editor > ul, .elementor-text-editor > ol{
margin: 0;
padding: 0 0 0 20px;
}
ul::marker,ol::marker{
color:#CF5757;
font-weight: bold;
font-style: italic;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment