-
AuthorPosts
-
March 10, 2016 at 3:51 pm #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!
March 10, 2016 at 5:49 pm #596417Hi 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!
YigitMarch 10, 2016 at 6:02 pm #596438Wonderful! 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
March 10, 2016 at 6:15 pm #596452Hi!
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,
YigitMarch 10, 2016 at 6:19 pm #596457Perfect! Is there one additional bit for enlarging the font size of the title?
Thank you!
March 10, 2016 at 6:21 pm #596461Hi!
Yes sir please add following code to Quick CSS as well
h3.grid-entry-title { font-size: 20px; }Best regards,
YigitMarch 10, 2016 at 6:22 pm #596463Perfectly executed! Appreciate your EXCELLENT support!
March 10, 2016 at 6:24 pm #596465Hey!
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 -
AuthorPosts
- The topic ‘Enfold Portfolio Title Over Image On Hover’ is closed to new replies.
