Home>Support>Change The Image Of The Arrows In The Flexslider Of Metaslider

Change The Image Of The Arrows In The Flexslider Of Metaslider

HELLO ALL!

I HAVE A FLEX SLIDER GALLERY OF META SLIDER IN MY WEB PAGE (QFACILITY.ES/KER)

I HAVE TRIED TO CHANGE THE ORIGINAL IMAGE FOR A NEW ONE, BUT NOW I DON’T HAVE ANY ARROW….

I SUPOSE I HAVE TO ADD SOME CSS CODE SOMEWHERE.

CAN SOMEONE HELP ME?

THANK YOU! :D

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi Capità

    You could try the following CSS in a Custom CSS plugin like SiteOrigin CSS:

    .flexslider .flex-direction-nav li a.flex-prev {
      left: 0;
      background: url(images/sprites/gallery-prev.png);
    }
    .flexslider .flex-direction-nav li a.flex-next {
      right: 0;
      background: url(images/sprites/gallery-next.png);
    }
    @media screen and (-webkit-min-device-pixel-ratio: 2) {
      .flexslider .flex-direction-nav li a {
        background-size: 32px 85px;
      }
      .flexslider .flex-direction-nav li a.flex-prev {
        background-size: cover;
        background-image: url(images/retina/gallery-prev.png);
      }
      .flexslider .flex-direction-nav li a.flex-next {
        background-size: cover;
        background-image: url(images/retina/gallery-next.png);
      }
    }
    

    The url would need to be changed to url. It would be easiest to upload your arrows to the Media Library and then copy the url from the right column when viewing the image in the library.

  2. 8 years, 5 months ago Capità Badia

    Hello Andrew,

    Thank you for your answer.

    I have installed the plug-in Custom CSS and I have written this, but it’s still not working.

    .flexslider .flex-direction-nav li a.flex-prev {
    left: 0;
    background: url(http://qfacility.es/wp-content/uploads/2016/05/004656-black-white-pearl-icon-arrows-arrowhead-solid-right-e1462177003191.png);
    }
    .flexslider .flex-direction-nav li a.flex-next {
    right: 0;
    background: url(http://qfacility.es/wp-content/uploads/2016/04/004656-black-white-pearl-icon-arrows-arrowhead-solid-right-e1462176942789.png);
    }
    @media screen and (-webkit-min-device-pixel-ratio: 2) {
    .flexslider .flex-direction-nav li a {
    background-size: 100px 100px;
    }
    .flexslider .flex-direction-nav li a.flex-prev {
    background-size: cover;
    background-image: url(http://qfacility.es/wp-content/uploads/2016/05/004656-black-white-pearl-icon-arrows-arrowhead-solid-right-e1462177003191.png);
    }
    .flexslider .flex-direction-nav li a.flex-next {
    background-size: cover;
    background-image: url(http://qfacility.es/wp-content/uploads/2016/04/004656-black-white-pearl-icon-arrows-arrowhead-solid-right-e1462176942789.png);
    }
    }

  3. 8 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi. It looks like you’re using Nivo Slider, go to Meta Slider and in the right column change to Flex Slider. The CSS used is specifically targeting Flex.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More