Hi
I want to ask you again about case which we discuss here: https://kriesi.at/support/topic/how-to-add-own-png-icon-as-unordered-list-icon/
How I can apply that icon only for unordered list, not for icon list and ordered list?
Thank you in advanced
Krzysztof
Hey kkwasniewski!
Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element and give it a custom CSS class and then use the code as following
.your-custom-class li:before {
content: url(https://cdn0.iconfinder.com/data/icons/gloss-basic-icons-by-momentum/16/bullet-red.png);
top: 4px;
position: relative;
}
.your-custom-class ul {
list-style: none;
}
Cheers!
Yigit
Hi
Thank you for that tip.
The problem was that unordered and ordered list was on the same section, but I have solved in another way
Thank you again!
Krzysztof