Hey there,
I tried the following but no luck removing the button (in addition to title and text) for the full width easy slider:
@media screen width and (max-width: 478px;) {
.avia-slideshow-button {
display: none;
}
}
Any help would be fantastic :)
Hey w3newbie!
Please try
.slideshow_inner_caption{
display:none!important;
}
If you still have issues please share the link where we can inspect the element in question :)
Cheers!
Vinay Kashyap