Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #778853

    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/

    #778878

    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

    #778907

    Thanks :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Title and date in Masonry’ is closed to new replies.