Home>Support>Change The Arrow Colors in Slider

Change The Arrow Colors in Slider

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

I need to change the color of the arrows in the meta slider. At first I thought I would have to do it through meta slider but after taking a closer look, it appears that the arrows are pulled from an image that is saved on the vantage template. I found that the image in the code comes from this source – “/wp-content/themes/vantage/images/sprites-1-2.png” so now I think that it is a setting somewhere in the template code. I can change the image to the color I would like it to be but then where do I upload it? Also, I did pay for the premium support so maybe that would be a better means of solving my issue but I wasn’t able to find where that was. If someone can help me in either way, that would be awesome!

Thanks

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

  1. 10 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi fredstrahl4

    Thanks for running Vantage.

    You should be able to replace the arrows by inserting the following under Appearance > Custom CSS:

    .flexslider .flex-direction-nav li a.flex-next {
    background: url('images/sprites-1-0-4.png') no-repeat 0 0 !important;
    }
    
    .flexslider .flex-direction-nav li a.flex-prev {
    background: url('images/sprites-1-0-4.png') no-repeat 0 -86px !important;
    }
    

    And replacing the url with your arrow url. You could upload your arrows to the Media Library and use the url listed in the right column there, once the image has been uploaded.

  2. 10 years, 9 months ago fredstrahl4

    Perfect! Thanks for your help.

  3. 10 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad that helped.

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