Okay
  Public Ticket #2660741
Portfolio work title color
Closed

Comments

  • JanKorgaard started the conversation

    Hi,

    How can I change the color og the work title on a portfolio.


    Thanks :-) 

  •  8,849
    Tahir replied

    Hey Again, Hope you had a Positive Weekend, 

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .light .portfolio-items .work-meta * {
        color: #16232c !important;
    }

    Thanks


    ThemeNectar Support Team