Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #709705

    Hello

    I want to change the size of the post title and date on masonry grid view – have tried some options found in forum but nothing is working.

    Same required for portfolio title and excerpt on masonry grid view

    Please assist.

    Thank you.

    #709746

    Hey digitalalso,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    #top #wrap_all .av-masonry h3.av-masonry-entry-title.entry-title {
        font-size: 24px;
    }
    
    #top #wrap_all .av-masonry span.av-masonry-date {
        font-size: 14px;
    }

    24px is for the title and 14px the date, just change the values as you see fit. Hope this helps :)

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.