Okay
  Public Ticket #2322873
'Icon list' number colour
Closed

Comments

  •  11
    RanebrookZina started the conversation

    Hello


    I have an vertical icon list with numbers. I need the text to be white, but the icon numbers dark. When I change the icon colour, the text changes the colour too. Is it possible to make it work using custom ccs please?

  •  3,022
    Andrew replied

    Hi there,

    Use the following custom css:

    .list-icon-holder span {
        color: red;
    }

    Hope this helps.

  •  11
    RanebrookZina replied

    Thank you. It worked perfectly