Okay
  Public Ticket #3021861
Change icon list font colour
Closed

Comments

  •  2
    Tristan started the conversation

    I am trying to include an icon list but the text colour will not change. I have selected the icon colour in the settings and changed the font colour in the row and column. There is no change when I choose the "inherit font colour" from the icon list menu.

  •  8,839
    Tahir replied

    Hey Tristan ,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-icon-list-item .content {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Tristan replied

    Fabulous, thank you