How can I change the color of the arrows in the galleries?
URL to the page in question:
http://venierosnewyork.com
-
Hey Bill,
Hope you’re having a good weekend.
I’d like to change the colors of the arrows from white to red in my hero slideshows on my homepage and gallery page.
Thanks,
James
James,
It’s been a good weekend, thanks. Hope yours has been nice too.
You can change the colors of the arrows. Here’s how:
- Go to your theme options page and choose the Advanced tab.
- Scroll down to the Custom CSS box and add this:
a.flex-next,
a.flex-prev,
#hero-section .scroll-down:before {
color: #fd2727;
}
Replace the #fd2727 with the color you’d like to use there.
- Update your settings.
That should do it. If you have any trouble, let me know.
Thanks,
Bill
- The topic ‘How can I change the color of the arrows in the galleries?’ is closed to new replies.