I have created a template for the slider as a separate section template.
I then create a query loop which attached to the nest slider to pull through a repeater I have created called features. These features will have an image and text. However, when I have added the template to pull through the feature card the background image does not pull through the following properties set:
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
I have added these in via css even though they are already set on the card but don’t seem to pull through.