Hi guys,
Thanks for providing marvellous support… ALWAYS!
I’m using a Fullscreen slider on the home page, and I’d like to have the same text and 2 x buttons on slide 1 and 2. But I’d just like to display a jpeg on slide 3 (with the caption title and caption text removed). Can this be done? Any assistance appreciated. TIA!
Hey wmeida,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Sure, try it and let us know if it works or if you need anything else from us!
Best regards,
Basilis
Hi Basilis,
How can I add a third slide and not include the captions and buttons. Ta.
Hi,
I took a look at your slider on your homepage and see that you have 3 slides, so I wrote this css to hide the caption container on the third slide, Please try this code in the General Styling > Quick CSS field or the WordPress > Customize > Additional CSS field:
#top.home .avia-fullscreen-slider li.slide-3 {
z-index: 20 !important;
}
Please clear your browser cache and check.
Best regards,
Mike
Works perfectly. I tried to have a crack at this – I was close!!!
Thank you so much.
This has been resolved.