Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1095545

    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?

    #1095798

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.