Okay
  Public Ticket #901705
Control Portofio Font size in Porfolio Item display
Closed

Comments

  • Stephane started the conversation

    Hello,

    How do I control the font size, colour etc.. not on the portfolio item itself but rather when I display it, say in a masonry style gallery on the homepage... Dabling with firebug, but no joy.... yet.

    Thanks,

    Stef





  •  8,996
    Tahir replied

    Hey Again,

    You can change the Title font-size in Salient Theme Options Panel -> Typography Section -> General HTML 

    "Heading 3" Field and as for the subtitle use this : 

    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 .work-info .vert-center p{
    font-size:16px !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Stephane replied

    Thanks. S