I want to be able to change the "arrow-left" and "arrow-right" slide navigation arrows from white to black. The portfolio.js file has a value that is too cryptic for me to figure out. It starts with:
// inline image for arrow-left
background: "url(data:image/png;base64...." (there are several lines of characters after this)
How do I change this; is there an address at jquery.com to create an image code that will render black instead of white? (or another color on hover)
I want to be able to change the "arrow-left" and "arrow-right" slide navigation arrows from white to black. The portfolio.js file has a value that is too cryptic for me to figure out. It starts with:
// inline image for arrow-left background: "url(data:image/png;base64...." (there are several lines of characters after this)
How do I change this; is there an address at jquery.com to create an image code that will render black instead of white? (or another color on hover)
Many thanks in advance!