Tagged: masonry element
-
AuthorPosts
-
July 14, 2022 at 12:01 am #1358264
I have gone through the Enfold masonry documentation page and still have some qiuestions for code I can’t get to work:
– How do I change the color and opacity of the default overlay of the masonry element? (The dark gray you see on hiover?)
– Also, is it possible to style the text for the title and caption?
– I’m running Enfold 5.x and in the masonry advanced the “Reveal top to bottom” is not working. I’ve had some of the other elements work with the new 5 features, but this does not. Is there an issue with this effect? Is there a way I can get iot to work?
– The sort by date does not seem to work entirely. It gets some right, but others are our of sequence. Is there a workaround?
July 14, 2022 at 9:40 am #1358283Hey blaircomm1,
Thank you for the inquiry.
1.) You can use this css code to adjust the style of the masonry overlay.
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content { background: rgba(0,0,0,1); }
2.) For the caption title and content, please use this css code.
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title { font-size: 2em; } #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-content { font-size: 1em; }
3.) It is working correctly on our end. Have you tried increasing the Animation Duration value and specify the Curtain Background Color?
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelJuly 14, 2022 at 9:53 pm #1358390Thank you ver much!
July 15, 2022 at 1:44 pm #1358489Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Masonry Element — overaly color and opacity’ is closed to new replies.