function my_picu_collection_list( $collection_list ) {
    // Open collections in a new tab
    return str_replace( '"><a href="', '"><a target="_blank" href="', $collection_list );
}

add_filter( 'picu_collection_list', 'my_picu_collection_list' );

Still having issues?

In your WordPress Admin go to picu > Settings > Debug Info and send the contents of this page and your questions to support@picu.io.