I was wondering if it's possible to remove the title from the default state of the overlay type "Sadie" for the portfolio module? I like the look of this overlay type's hover state with the title and tag display, so I'd only like to remove the title from the default (non-hover) state. Here's a link to the page with the portfolio.
Hello,
I was wondering if it's possible to remove the title from the default state of the overlay type "Sadie" for the portfolio module? I like the look of this overlay type's hover state with the title and tag display, so I'd only like to remove the title from the default (non-hover) state. Here's a link to the page with the portfolio.
If it's not possible, I totally understand.
Thanks!
Hello Josh,
You can do this by adding this css :
.rd_hover_sadie .element figcaption h2{ opacity:0; }
.rd_hover_sadie .element:hover figcaption h2 { opacity: 1; }
This should do the trick.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello,
That worked perfectly! Exactly what I was looking for.
Thank you so much!
You're welcome!
Glad to hear that!
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme