Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1108013

    On the enfold portfolio grid captions, how to change the excerpt caption from being italics to regular font?
    also, can you change the gap between portfolio grid pictures from large gap to small gap?

    Thank you for your great support!
    Lori

    #1108026

    Hey Lori,

    Add this to quick css:

    .grid-entry-excerpt.entry-content{
    font-style:normal!important;
    }
    
    .grid-entry{
    padding:5px!important;
    }

    Best regards,
    Jordan Shannon

    #1108043

    Thank you Jordan-that worked perfectly! I need to also set the font style of the excerpt to be the same as the title font or be able to set them both to the same default. The excerpt font is blacker than the title font.
    Thank you!!! Lori

    #1108050

    Hi,

    Add this to quick css also:

    .grid-entry-excerpt.entry-content{
    color:#666666!important;
    font-size: 13px!important;
    font-weight: 500!important;
    }

    Best regards,
    Jordan Shannon

    #1108068

    thank you!! Lori

    #1108081

    Hi,

    I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘enfold portfolio captions’ is closed to new replies.