Fix "Back to top" button option in the Customizer

This commit is contained in:
te2dy 2021-09-17 12:29:33 +02:00
parent 36a960af00
commit c4130c955f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
</div>
<?php endif; ?>
<?php if ( false !== marianne_get_theme_mod( 'marianne_footer_go_top' ) ) : ?>
<?php if ( true === marianne_get_theme_mod( 'marianne_footer_go_top' ) ) : ?>
<div class="site-footer-block">
<?php
$marianne_svg_chevron_data = marianne_svg_icons( 'chevron-up' );