Created
February 25, 2021 13:24
-
-
Save LeMiira/82d11b236ce5d3da907bd620873b4f77 to your computer and use it in GitHub Desktop.
custom ul li fix elementor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.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;
}