Hi!
I am using the masonry gallery to display my portfolio. I just want to change the hover color and size, and display the category above the title. Can you help me to do that? The Layout I imagined is this: https://drive.google.com/file/d/0B9Cl0WGu5B3BcGlXSkRSRkNmYnc/view?usp=sharing
Thanks!
Hey michellerunge,
Please, may you provide to us your website link?
Best regards,
John Torvik
Hi John!
Is it on the private content!
Thanks
Hi,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content * {
color: black;
}
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
margin: 40px;
width: 80%;
height: 80%;
background: rgba(255,255,255,0.5);
}
Best regards,
Yigit
Hi Yigit!
It works! Thank you very much!!
Best Regards