Okay
  Public Ticket #2889822
Image Gallery slider styles
Closed

Comments

  •  30
    lumpy5000 started the conversation

    Hello. I would like to use an image gallery with a slider style. But with the two options, each has a problem. In the provided URL, you will see that: 

    1) Basic Slider Style does not give the option to remove the navigation arrows. Is this possible via CSS? If yes, then you can ignore #2 below. 

    2) If not, then the second set, using Nectar Slider Style does provide that option, but for some reason the images are stretched and not properly conforming to the space. This seems like a flaw in the theme. 

  •  8,842
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .flex-gallery .flex-direction-nav {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  30
    lumpy5000 replied

    Thank you. That works perfectly!! One more question: is it possible to change the speed of the slides? I feel there is too much time between each image slide. Thank you. 

  •  8,842
    Tahir replied

    I am afraid that's not possible at the moment.

    Thanks 


    ThemeNectar Support Team