I would like to add a play button instead of text buttons to the video previews in the nectar slider slider of our home page. However, I only see the options for Solid Color BG, transparent BG with color border, ETC.
How do I implement a change to a regular play button that still makes the video link appear in a light box?
Hello,
I would like to add a play button instead of text buttons to the video previews in the nectar slider slider of our home page. However, I only see the options for Solid Color BG, transparent BG with color border, ETC.
How do I implement a change to a regular play button that still makes the video link appear in a light box?
Hey Again,
You will have to add in custom html code in the Caption area to show a Play button like the Video Lightbox Element Does .
Bes.t
Salient Support Team
Hey Tahir, is there a way to change the color of the play button in the a href you posted?
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
.nectar_video_lightbox path { fill: #000 !important; } .nectar_video_lightbox.play_button:before { border-color:#000 !important; }Thanks
Salient Support Team