Okay
  Public Ticket #280169
Portfolio Style 3 Font
Closed

Comments

  • Josh started the conversation

    Hello,

    I was wondering if it's possible to change the font and font size for "Portfolio Style 3" headings that lay over each image in the portfolio?

    Thanks

  •  8,992
    Tahir replied

    Hey Josh!

    Add this into the Custom CSS box located in your Salient Options panel :
    body .portfolio-items .work-item.style-3 h3 {
        font-family: Lovelo,sans-serif;
        letter-spacing: 2px;
        font-size: 20px;
        line-height: 28px;
    }
    
    
    body .portfolio-items .work-item.style-3 p {
        font-family: Lovelo,sans-serif;
        letter-spacing: 2px;
        font-size: 12px;
        line-height: 18px;
    }
    
    
    
    Thanks


    ThemeNectar Support Team 

  • Tim replied

    Yay!!!!!