I am using a fancy unordered list. I want to use an icon color that is not one of my theme colors.
See attached image. Note that when I try to change the icon color to #676767, it is disallowed / crossed out. Can you give me the right element to target so I can change the icon color?
I am using a fancy unordered list. I want to use an icon color that is not one of my theme colors.
See attached image. Note that when I try to change the icon color to #676767, it is disallowed / crossed out. Can you give me the right element to target so I can change the icon color?
Hi Rodney,
Please try this css:
.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
color: #676767 !important;
}
Thanks.
That did it. Thanks, Andrew!