Answer the question
In order to leave comments, you need to log in
How to enable sticky header by default?
Hello, in the header theme, when the page is scrolled, it is nailed to the top, the so-called sticky-header. Found the code in header.php
<?php
}
$evolve_sticky_header = evolve_get_option('evl_sticky_header', '1');
if ($evolve_sticky_header == "1") {
// sticky header
get_template_part('sticky-header');
}}
?>
Answer the question
In order to leave comments, you need to log in
Look in the theme settings according to this - evolve_get_option('evl_sticky_header', '1');
the theme has a settings panel and there is a corresponding setting in it
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question