Hey,
I want to the title in the Masonry element to be bigger and to be in color #ff0000
I want to remove the date.
I don’t want the images to “fly in”
What code shall I add?
Thanks
Charlotte
http://www.newyorkhotellbokning.se/
Hey Charlotte,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-masonry-date {
    display: none;
}
.av-masonry-entry .av-masonry-entry-title {
    font-size: 18px;
    color: #ff0000;
}
.av-masonry-entry { 
    visibility: visible; 
    opacity: 1;
}
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
    -webkit-animation: none;
    animation: none;
}
Best regards,
Yigit
Thanks :)
