Viewing 1 replies (of 1 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey notor,

    There isn’t a built in filter functionality but you could manually hide photos using CSS. Each photo has a unique ID, so you could hide a photo by hiding it’s ID in CSS. If a photo had the ID of ‘sbi_851603631090637324_12986477’ then you would just add the following to the plugin’s Custom CSS section, which is on the plugin’s Customize page:

    #sbi_851603631090637324_12986477{ display: none; }

    Let me know whether that answers your question,

    John

Viewing 1 replies (of 1 total)

The topic ‘Filter?’ is closed to new replies.