Hey.
I want to disable the navigation in the first Masonry Element on http://www.airlinestaffrates.com
What code shall I add?
Thanks
Charlotte
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
Aha….. Got it. thanks :)