Premium WordPress Themes › Forums › Courtyard › hide discovery button in heroimage with free courtyard ? › Reply To: hide discovery button in heroimage with free courtyard ?
February 4, 2018 at 2:53 AM
#2363
Participant
Hi, @Alex88
Will you please allow us your site URL or please add below CSS Code through Customize->Additonal CSS which hides button in a slider.
.pt-hero-image-cont article a {
display: none;
}
Thanks!