Premium WordPress Themes › Forums › Courtyard › Free Version › Reply To: Free Version
September 20, 2018 at 11:11 AM
#4740
Participant
Hi,
For services
.pt-services-sec .pt-service-col h3 a {
pointer-events: none;
}
For Hero Slider, your slider title is not clickable. If you want to disable the discover button then please add below code too.
.pt-hero-image-cont article a {
display: none;
}
Thanks!