Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #596322

    Hello, Wonderful theme! I would like to know if there is a Custom CSS to have the portfolio grid title (and possibly excerpt) appear only on hover but to have it appear centered over/on top of the featured image of the portfolio item. Thank you!

    #596417

    Hi PIOPExec!

    Thank you for your kind words!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .grid-content {
        margin-top: -54px;
    }
    .grid-entry:hover .grid-content {
        opacity: 1;
    }
    .grid-content {
        opacity: 0;
    }

    Cheers!
    Yigit

    #596438

    Wonderful! Thank you! This is in the right direction! Is it possible to remove the background from the title (or change it to black), move it up to be centered on the image, and enlarge the font? Thank you so much for your help! Very appreciative

    #596452

    Hi!

    Please add following code to Quick CSS as well

    .grid-content, .grid-content * {
        background: transparent!important;
        color: white!important;
    }

    You can adjust “-54px” value to change the position :)

    Best regards,
    Yigit

    #596457

    Perfect! Is there one additional bit for enlarging the font size of the title?

    Thank you!

    #596461

    Hi!

    Yes sir please add following code to Quick CSS as well

    h3.grid-entry-title {
        font-size: 20px;
    }

    Best regards,
    Yigit

    #596463

    Perfectly executed! Appreciate your EXCELLENT support!

    #596465

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Enfold Portfolio Title Over Image On Hover’ is closed to new replies.