Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1219275

    Hi there!
    I have a Masonry Grid set up on a page to display my Portfolio Entries along with the Title & Exerpt. Couple of quick questions:

    1) I’d like to remove the little arrow/triangle that appears over the Featured image of the portfolio entry. I have seen how to do that on the Portfolio Grid element, just can’t seem to narrow it down for this particular application using the Masonry element.

    2) Right now there’s a white opacity/overlay applied on the Featured image thumbnails of the Masonry grid until you mouse over. How can I change the color of that overlay to something darker and the level of opacity of that’s applied?

    Thanks in advance!!

    #1219691

    Hey kellyCraftMedia,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-inner-masonry-content-pos-content .avia-arrow {
      display: none;
    }
    
    .main_color .av-masonry-outerimage-container {
        background-color: #000;
    }

    Best regards,
    Rikard

    #1219962

    Thanks! Worked except I’d also like to manipulate the level of opacity applied to the featured image on the grid. Is there a short code I can include for that?

    Cheers!

    #1220133

    Hi,

    Please try this as well:

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
        opacity: 0.9;
    }

    Best regards,
    Rikard

    #1227357

    That didn’t seem to work even trying it at an opacity level of 1. I did clear cache on both my website and browser.

    Thanks again!

    #1227632

    Hi,

    The page you linked to is giving me a 404 error, could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    #1227837

    Sorry about that, use the included link instead!

    #1228001

    Hi,

    This code works when I test it in the browser:

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
        opacity: 1;
    }

    If it doesn’t on your end then please try this instead:

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
        opacity: 1 !important;
    }

    Best regards,
    Rikard

    #1228125

    Yeah it’s weird – I can’t seem to get it to work even with the !important addition. I’ve included a link to the screenshot of the mouseover effect just to make sure we’re talking about the same thing! I don’t mind the actual mouseover effect, it’s that the thumbnail/featured image is slightly opaque before mousing over.

    Thanks again!

    #1228477

    Hi,

    Thanks for the update. Where are you adding the CSS? I’m asking since I can’t see it being added on your site. Could you post a admin login details in private so that we can try adding it for you please?

    Just to avoid any misunderstanding; you are looking to remove the overlay which is present without hovering, right?

    Best regards,
    Rikard

    #1228479

    Hi Rikard! No worries just want to make sure we’re on the same page! I added the login in the private content. I did add the custom css to the Quick CSS section, and to answer your other question – yes! I’m trying to make the preview image without any opacity.

    Thanks!

    #1228762

    Hi,

    Thanks for that. The login details are not working though, please check and verify.

    Error: The password you entered for the username Temp Admin is incorrect.

    Best regards,
    Rikard

    #1228999

    Hmm give it another go with the same user/password?

    #1229308

    Hi,

    Thanks for that. You had an open bracket in your Quick CSS, I fixed that and the CSS is now applying. Please review your site.

    Best regards,
    Rikard

    #1229495

    You are the best – thank you so much! Sorry for all the back and forth. You can close this ticket now!

    #1229739

    Hi,

    Great, I’m glad that we could help and thanks for the kind feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Masonry grid as displaying portfolio entries’ is closed to new replies.