Hey there,
I am wondering if you might can help me a little bit with a change at my page.
i want to change the effect when a user mousover the MasonryPortfolio at the startpage.
actual there is a white bar that pops up. i instead want a completely white overlay, with the Text info…
Is this actual possible to realize?
Thanks a lot in advance for your amazing help…
Hi Maik!
Add this to your custom CSS.
figcaption.av-inner-masonry-content.site-background { background: white !important; width: 100% !important; height: 100% !important; }
Best regards,
Elliott
Amesome….
thanks for the quick help! works perfect!
unfortunately i have an additional question.
How can i deactivate the 3d effect of this upcoming container!?
I just simply want to fill the Portfolio Item with white ans set text to it.
Maybe somebody in here have an idea!?
Hey!
Are you talking about the zoom effect when you hover over an item? If so then try this out, https://kriesi.at/support/topic/enfold-masonry-blog-hover-effect/.
Cheers!
Elliott
Hi Elliot,
unfprtunately I am not talking about the zoom effect.
if i mouseover the portfolio item at my startscreen (www.mbo-fotografie.de) there is a white plane, that comes from the bottom an fold up to the top.
I try to ged rid of this effect an fade in this white plane (containing the Portfoliodescription)
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content, .avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
-webkit-transform: none;
-moz-transform: none;
transform: none;
opacity: 1;
}
Best regards,
Yigit
fantastic!!!
thanks a lot for your help!