Okay
  Public Ticket #848813
Project title color
Closed

Comments

  • Rachael started the conversation

    Hi there — can you please tell me how to change the Project title color? I have selected white within the project but it still dispays as grey on hover.

    Thank you!

  •  8,994
    Tahir replied

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

    .portfolio-items .col h3 {
        color: #fff !important;
    }
    

    Best


    ThemeNectar Support Team