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

    Hey.

    I want to disable the navigation in the first Masonry Element on http://www.airlinestaffrates.com

    What code shall I add?

    Thanks
    Charlotte
    masonry

    #548652

    Hey Charlotte!

    Please edit your masonry element and choose not to display pagination.
    If you want to add custom CSS code to do so, you can use following

    .home #av-masonry-1 .pagination {
        display: none;
    }

    Cheers!
    Yigit

    #548654

    Aha….. Got it. thanks :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable navigation’ is closed to new replies.