I was going crazy trying to hide a title widget IF the listing widget was empty.. I asked around and no one seemed to understand me or have a solution .. AND THEEENNnnnnnnn.. along came Omri Tamir from O.T.W and gave me the simplest solution:
.jet-listing-grid.jet-listing::before {
content: “Dessert”;
font-size: 40px;
}
I didn’t know that we could add “content” to a CSS code..
Of course then you need to style this title with CSS too as there are not options for this… but it’s an easy fix until crocoblock adds this feature to there plugin ;)
Big thanks to Omri