Okay
  Public Ticket #2461941
projects excerpts
Closed

Comments

  •  3
    camilla falsini started the conversation

    Hi,

    I am trying to customize the font of the portfolio excerpts. I tried to add code directly in the portfolio item page and it worked for the color (see screenshot). But I also tried to change font weight and font size and that codes don't work. Is there a way to customize that font easily?

    Best and thanks,

    Camilla

  •  2,979
    Andrew replied

    Hi Camilla,

    Use the following custom css in Salient > General settings > CSS/Script related:

    .portfolio-items .work-meta p {
        font-size: 14px !important;
        font-weight: 800 !important;
    }
    

    Hope this helps.

  •  3
    camilla falsini replied

    Hi Andrew,

    perfect, thanks!