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!
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
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
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
Perfect! Is there one additional bit for enlarging the font size of the title?
Thank you!
Hi!
Yes sir please add following code to Quick CSS as well
h3.grid-entry-title {
font-size: 20px;
}
Best regards,
Yigit
Perfectly executed! Appreciate your EXCELLENT support!
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