This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Change The Image Of The Arrows In The Flexslider Of Metaslider

9 years ago · Last reply by Andrew Misplon 9 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 9 years, 9 months ago

    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. Capità Badia 9 years, 9 months ago

    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. Andrew Misplon Staff 9 years, 9 months ago

    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.

Have a different question or issue?

Start New Thread