Can't switch background image from editor

It’s all about getting that div to sit higher than the rest so you can select it in the editor.

Maybe it’s been updated, I used to make a cms collection slider but this simple fix seems to work:
Try:

  • Change the slider div to position ‘relative’ and set a high z-index this will make the image and edit button higher than the arrow section that is covering it.

  • Then get the arrow div and give it a height of say 100 px so it doesn’t cover the slider div