LIST ICON COLOR NOT CHANGING WHEN ENTERED INTO CUSTOM CSS
Hello
I am trying to change the colors of the list icons from blue to a specific hex code color green. I have entered the color into the Custom CSS in the theme options, but nothing it is not working for me. Can anyone help with this issue? The page can be seen at: https://newsite.venture6studio.com/about/?preview=true
Any help would be greatly appreciated
I have inserted screen shots aswell:
Comments
you have to target the icon, not the div so do this:
.list_item .list_left i { your css}
thanks