How to change background color into images in pinegrow sliders of Interactions ?
Thanks
Hi @alexseo,
Fair warning - we just fixed a bug in the sliders that will be pushed out as an update soon. It causes the pagination dots to act up and extra slides to be added in dynamically.
Currently the colors are set from within the pgia → components → slider.css.
This stylesheet sets the
background
property for the .pgia-slide
class. You can target this same class for adding background images, or you can add them directly into the slide div.
Hope this helps,
Bob
1 Like