Hi Enfold theme,
I need your help.. I want to remove the “-” in my ul lists.. just retain the image..
Thanks
Hi jalmz!
It was not added using CSS so it is not possible to remove it using custom CSS as well. Please add following code to Quick CSS to move your icons to left to cover the dashes
.sabai.sabai-wordpress-widget a {
left: -10px;
}
Regards,
Yigit
Thank you Yigit.
nice support!