Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1245236

    Hi there,

    Is it possible to change the font size for the Portfolio Title and for its Excerpt? (see sample page in private content for the type of portfolio page I want to change the font size on…) I need to make the fonts a bit smaller so we can use longer descriptions.

    Is it possible to show the Portfolio ItemTitle by default on the Portfolio page (without excerpt) and then for the hover state: HIDE the title and SHOW the excerpt when the item is hovered upon?

    Thanks!

    #1245478

    Hey Dino0103,

    Add this to quick css:

    figcaption h3{
    font-size:30px!important;
    }
    
    figcaption .av-masonry-entry-content.entry-content{
    font-size:20px!important;
    }

    Adjust the size to what you need.

    Best regards,
    Jordan Shannon

    #1245481

    Thank you very much. That works.

    #1245605

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Portfolio Title and Caption styles’ is closed to new replies.