Hi
I'm using Rock Star Pro theme.
A fatal error occurs when website is using featured content on the home page and running on PHP 7.4.
The error occurs when using PHP > 7.0
I could fix it.
@support: please update the theme source
file: featured-content.php
on line 32 change $classes = ''; to $classes = array();
That's it. Thanks.