You can use the [wpv-item] shortcode to display something specific for your first loop index:
For exmaple:
<wpv-loop>
[wpv-item index=1]
/// add here whatever you want to display for first item
[wpv-item index=other]
// add here whatever you want to display for other items (excluding 1st item)
</wpv-loop>
I've tried this approach too, but it breaks my layout. Is there any way I can make this work with my layout? I keep seeing my rendered WPBakery shortcode HTML hierarchy broken on the front end. The first post (hero section) works fine, but the rest of the loop items are broken. You can see me trying to make this work in the view "Blog Take 98"
I've added the following custom shortcode that will return the ID of first post for every page to the "Custom Code" section offered by Toolset with the code snippet "toolset-custom-code":
=> hidden link