Hi,
OL appears as UL in icon list element.
You can check the link.
Thanks
Hi axelfx07!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.iconlist_content ol li {
list-style: none!important;
}
Best regards,
Yigit
Hey,
Done, but didn’t help.
Hey!
The source code for the first list is showing UL and the code provided by Yigit works fine
Also add the below code to the one provided earlier…
please add it in Enfold > General Styling > Quick CSS
.iconlist_content ul li {
list-style: none!important;
}
Cheers!
Vinay
Solved. Thank you!