Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #596095

    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 :)

    #596120

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.