Okay
  Public Ticket #2688772
icon color
Closed

Comments

  •  13
    Rodney started the conversation

    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?

  •  2,963
    Andrew replied

    Hi Rodney,

    Please try this css:

    .nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
        color: #676767 !important;
    }

    Thanks.

  •  13
    Rodney replied

    That did it. Thanks, Andrew!