Okay
  Public Ticket #3027428
Change Portfolio Display Fonts
Closed

Comments

  •  2
    mzowada started the conversation

    How do I change the font styles and sizes on the Portfolio Display (see attached image). 

    I need to change the font style for the category (First Semester) and then the Title itself. 

    Thanks!

  •  2,958
    Andrew replied

    Hi there,

    Use the following CSS

    .nectar-post-grid .meta-category a {
        font-size: 18px;
        font-family: 'Open Sans';
    }
    .nectar-post-grid-wrap[data-style="content_under_image"] .nectar-post-grid[data-card="yes"] .nectar-post-grid-item .content .post-heading {
        font-size: 30px;
        font-family: sans-serif;
    }
    

    Thanks,