How can I change the color of the arrows in the galleries?

Support Area Forums Elite How can I change the color of the arrows in the galleries?

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://venierosnewyork.com
  • Author
    Posts
  • #23766
    James Amedeo
    Participant

    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

    #23768
    Bill Robbins
    Participant

    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:

    1. Go to your theme options page and choose the Advanced tab.
    2. 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.

    3. Update your settings.

    That should do it. If you have any trouble, let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How can I change the color of the arrows in the galleries?’ is closed to new replies.