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 Arrow Colors in Slider

Resolved 3 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 5 months ago

    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. fredstrahl4 11 years, 5 months ago

    Perfect! Thanks for your help.

  3. Andrew Misplon Staff 11 years, 5 months ago

    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.

Have a different question or issue?

Start New Thread