Tagged: design, Portfolio, portfolio items, style
Hey everyone. I’m building a portfolio page with Enfold but I can’t figure out how to change the font style and size of the title and excerpt that Enfold uses. Here’s an example of my work page so far.
To be clear: I used the native WordPress portfolio items, created a new Page, then placed an Enfold Portfolio item block. The things I want to change:
– The font and size of the title (in this case: Draftbit and Bear)
– The text of the description below the title, which is technically the Portfolio item’s excerpt. I want to remove the italics and make the font match the rest of my site (Montserrat and Open Sans)
Am I missing something? Is this not possible? Is there another way to build this page with Portfolio items that allows for the design flexibility I want?
Hey David,
Please try using the following css:
h3.grid-entry-title.entry-title {
font-size: 18px;
}
.grid-entry-excerpt {
font-style: normal;
}
Best regards,
Victoria