hey guys, i’ve found a workaround:
as i already use master slider, i choose to use a one picture slider, but you can just edit your child themes template_parts/header/header-image.php (copy these files to your childs theme directory from the original twentyseventeen theme)
just edit this:
<div class="custom-header-media">
<?php the_custom_header_markup(); ?>
</div>
to this:
<div class="custom-header-media">
<?php masterslider(1); ?>
</div>
add your image or div with bg or whatever image here (in my case a fullwidth responsive slider like this <?php masterslider(1); ?> ) and style according your wishes.
-
This reply was modified 7 years, 9 months ago by dubiousa.