Hi everyone,
I’m having trouble getting a slideshow background color added into the customiser. Please note that this is for each slide, not the slideshow as a whole.
I have added the following into the schema, which appears well in the customiser:
{
“type”: “color”,
“id”: “slideshow_background”,
“label”: “Background Color”,
“default”: “#ffffff”
},
I then copied and pasted the text colour code and changed the id:
style=“background-color: {{ section.blocks.first.settings.slideshow_background }}”
The problem is that it always shows the first background color - however if I remove “first” then nothing appears.
Any help is very much appreciated!
Thanks in advance ![]()