Add text above filters

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

Hi @Rachel_Freeman :wave:

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 :slightly_smiling_face:

2 Likes