Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #199569

    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!

    #199658

    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

    #199710

    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.

    #199725

    Hey!

    Can you post the link to your website?

    Cheers!
    Yigit

    #200148
    This reply has been marked as private.
    #200347

    Hey!

    I don’t see the Blog page on your website. Can you please point us to the actual page?

    Best regards,
    Ismael

    #200425
    This reply has been marked as private.
    #200426

    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

    • This reply was modified 10 years, 4 months ago by Yigit.
    #200475
    This reply has been marked as private.
    #200479

    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

    #200481

    Will give it a try later and report back.

    #200560

    Hi!

    Sure, i am leaving this thread open. Waiting to hear from you

    Best regards,
    Yigit

    #201036
    This reply has been marked as private.
    #201367
    This reply has been marked as private.
    #201822

    Yigit – UPDATE

    Seems to be working now. Not sure why – but it is.

    Marking as Complete

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Enfold > Masonry Blog > hover effect’ is closed to new replies.