Okay
  Public Ticket #1734923
Text color horizontal list item
Closed

Comments

  • GO-outdoor started the conversation

    Dear reader,

    We want to change the color of the text in a horizontal list item because we've changed the background color to black. Can you please tell us how we can change the text color to white?

    Thanks


  •  8,998
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • GO-outdoor replied

    Hi Tahir,

    thanks again for your fast reply. The url is https://go-outdoor.at/go-program/

    Thanks in advance!


  •  8,998
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-hor-list-item[data-columns="1"] >.nectar-list-item {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team