Okay
  Public Ticket #214190
Change text colour of Portfolio title
Closed

Comments

  • Toby started the conversation

    I have added a custom class to the Portfolio and used this CSS:

    .menutiles {color:rgba(0,0,0,0.8)!important;}

    But the text stays white. 

  • Toby replied

    Never mind, added some subtle text-shadow which would probably look better then black text.

  •  8,470
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    .menutiles .portfolio-items .col .work-item.style-3 h3 {
     color:rgba(0,0,0,0.8) !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Toby replied

    That works, thanks very much.