Hi
Is it possible to have the Call to Action button that appears on the header slider to only appear on the second slide?
Hi,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.slide-item:nth-of-type(1) .slide-inner .roll-button {
display: none;
}
Regards,
Kharis
aThemes Support
1 Like