On my site, I would like to move the Portfolio title “Bushwick Townhouse” over the image in the middle.
Thanks
Hey navindesigns,
Please look at the page now. It is better to use masonry for the look that you want.
Best regards,
Victoria
Hi navindesigns,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia_desktop.avia_transform3d .av-masonry-animation-active .av-masonry-entry.post-715 {
top: 0 !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks
One last question. Can I change the overlay color to transparent white instead of transparent black?
Hi,
Add this to quick css:
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(255,255,255,0.35)!important;;
}
Best regards,
Jordan Shannon