How to change scroll reveal?
-
Hi everyone,
I’m attempting to change the scroll reveal options for the “Our team” section. In the Editor the code is:
if ( is_active_sidebar( ‘sidebar-ourteam’ ) ) {
echo ‘<div class=”row” data-scrollreveal=”enter left after 0s over 0.1s”>’;
dynamic_sidebar( ‘sidebar-ourteam’ );
echo ‘</div> ‘;How would I change this code to have the scroll reveal fade in for this section using the CSS customizer?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to change scroll reveal?’ is closed to new replies.