How to modify gallery – arrows left right

  • This topic has 1 reply, 2 voices, and was last updated 3 months ago by J. Davis.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1560260
    Aleksander Grynis
    Participant

    Hi I would like to make arrows visible from the start on the gallery (mobile) not after I press the gallery featured image.
    Aleks

    #1562938
    J. Davis
    Keymaster

    Hi Aleksander,
    If you mean the arrows in the gallery of the accommodation type in the list view then you may apply the following style:

    @media(max-width:992px){
      .flex-direction-nav a{
      opacity:1 !important;
    }
    }

    As for the front page slider, the arrows are removed on tablets and mobiles and can not be displayed by applying custom styles.

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