Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1467736

    Hi,
    How do I chance the size the arrows in the gallery and how do I change their position.
    Allready changed the border and the color by adding

    #top .av-control-minimal .avia-slideshow-arrows a {
    color: #53b9ec;
    border: 0px;
    }
    #top .av-control-minimal .avia-slideshow-arrows a:before {
    border: 0px;
    margin-top; 20px; padding-top: 20px;

    }

    #1467780

    Hey Woutski,

    Thank you for the inquiry.

    Are you using a alider element? Please provide the link to the page so that we can inspect the slider or the gallery.

    Best regards,
    Ismael

    #1467809

    Hi Ismael,

    Like in https://claritymatters.nl/2024/sodaflex-going-green/

    Thanks in advance, Woutski

    #1467818

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #top .av-control-minimal .avia-slideshow-arrows a::before {
      font-size: 40px;
      line-height: 10px;
    }

    Best regards,
    Rikard

    #1467962

    Thanks Rikard,

    Does not really work. Font size changes but arrows kind of disappear above the gallery. Besides I would like to show them outside the gallery. See Link in Private Content

    Thanks for thinking with me,

    Woutski

    #1467980

    Hi,

    Please try this CSS as well:

    .avia-gallery.av-slideshow-ui .avia-slideshow-arrows {
      width: 120%;
      top: 40%;
      left: -10%;
    }

    Best regards,
    Rikard

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