Okay
  Public Ticket #940951
Text color on pages and item list
Closed

Comments

  • raphael started the conversation

    Hello 

    Juste a small issue with Salient.

    How to change text color on list items. I have white page then a black one.

    With the css editor i can target the list item color but its affect both .

    So how to target the second one only ? or do you have another solution ? 


    Regards


    Raphael

  •  8,996
    Tahir replied

    Hey Raphael,

    You will have to add an Extra Class to that Column using the VC Options and then add in the custom css to change the color : 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

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

    Thanks



    ThemeNectar Support Team