@jgirardi69
Try this…
Go to Dashboard and click on Appearance…Scrol down to Theme Editor and click on Theme Functions (functions.php) on the right hand side.
Scroll down until you see this…
function dreamway_defaults( $defaults ) {
$defaults[‘is_parallax_header’] = ‘1’;
$defaults[‘parallax_image_speed’] = 30;
$defaults[‘parallax_image_height’] = 350;
CHANGE THE VALUE OF THE HEADER HEIGHT OF 350 TO WHATEVER IS RIGHT FOR YOU!
Let me know how you get on!
Best wishes,
Ali
It worked!!! Thank you very much!!