I’d love to be able to add instructional text above the filters, something like “To view photos from a specific category, click the buttons below”
2 Likes
Here is the CSS code for your use case:
.eapp-photo-gallery-category-list-component:before {
content: 'To view photos from a specific category, click the buttons below. \A';
display: block;
width: 100%;
text-align: center;
}
Give it a try and let me know how it worked
2 Likes