Tagged: Blog, enfold, hover, masonry, transparency
Hey guys,
Noticing that there is a single effect for hover on masonry blog – Zoom. How would we go about adding a transparent color overlay instead and get rid of the ever strange Zoom effect altogether? Similar to the function at http://peacheyphotography.co.uk/. I am simply going to apply a transparent white overlay. I think this would be useful for others to know too.
Thanks!
Hey David!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
-webkit-transform: none;
-moz-transform: none;
transform: none;
opacity: 0.5!important; }
Cheers!
Yigit
Perfect! Worked like a charm.
Now – to try to figure out another issue…
what do I need to do to make the default width of the blog posts 633px wide / centered?
After you answer this, I’ll post it as a question/answer so it exists independently.
Thanks Yigit.
Hey!
I don’t see the Blog page on your website. Can you please point us to the actual page?
Best regards,
Ismael
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.fullsize .big-preview.single-big {
max-width: 800px; margin: 0 auto; }
Best regards,
Yigit
Hey!
It seems like code is not being applied. Can you try adding the code to Custom.css file inside Enfold/Css folder and see if that works?
Cheers!
Yigit
Will give it a try later and report back.
Hi!
Sure, i am leaving this thread open. Waiting to hear from you
Best regards,
Yigit
Yigit – UPDATE
Seems to be working now. Not sure why – but it is.
Marking as Complete