Okay
  Public Ticket #1409273
Making Header Text Color in Icon List a Different Color from the Icon
Closed

Comments

  • jsherrill1989 started the conversation

    In the IT Solutions section, I want to make the Header Text blue, while keeping the Icon Orange. How do I accomplish this?



  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please send a link to your website for this specific page so we can send you some custom CSS for this. Looking forward to hearing from you,

    Regards

  •  9,017
    Tahir replied

    Hey Again,

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

    .nectar-icon-list[data-icon-color="accent-color"][data-icon-style="border"] .content h4 {
        color: #0956a4 !important;
    }

    Thanks


    ThemeNectar Support Team