Background full & small images in parralex section not working on new template

Hi laranz,

Please cna you reply to the second part of my query:

I have just tried to do the same with additional css code for a new page and now that isn’t working: The Body Mechanics - Biomechanics Coach | Anthony Fletcher

I just repeated the code you gave me and changed page id and image url:

.page-id-2451 #shapely_home_parallax-18 .parallax-window.fullscreen {
background-image: url(‘http://anthony-fletcher.com/wp-content/uploads/2018/03/OneTrack-Run-Club-London6.jpg’);
}
.page-id-2529 #shapely_home_parallax-18 .parallax-window.fullscreen {
background-image: url(‘http://anthony-fletcher.com/wp-content/uploads/2018/03/Screen-Shot-2018-03-16-at-13.35.45.png’);
}

Thanks,

Laura

Hi Laura

There is no background image added to the sections of this page The Body Mechanics - Biomechanics Coach | Anthony Fletcher and thas the reason why the code is not working, you have to choose images as a background image in parallax section.
However if you want to add background image you can use this updated code:

.page-id-XXXX #shapely_home_parallax-XX {
background-image: url(‘http://anthony-fletcher.com/wp-content/uploads/2018/03/Screen-Shot-2018-03-16-at-13.35.45.png’);
}

Please note, you have to change XX for page id and for parallax section id