diff --git a/views/blocks/homepage-hero/homepage-hero.php b/views/blocks/homepage-hero/homepage-hero.php index fc59ecb..e818bec 100644 --- a/views/blocks/homepage-hero/homepage-hero.php +++ b/views/blocks/homepage-hero/homepage-hero.php @@ -12,7 +12,7 @@ $heading = get_field( 'heading' ); $intro = get_field( 'intro' ); $ctas = get_field( 'calls_to_action' ); -$classes = 'homepage-hero mx-break-out bg-black bg-cover bg-no-repeat text-light py-12 lg:py-16 overflow-hidden'; +$classes = 'homepage-hero mx-break-out text-light py-12 lg:py-16 overflow-hidden'; $wrapper = blockWrapperAttributes( $classes, $is_preview ); ?>