Ampersand: Changing the color of the arrows in the portfolio scroll

  • I’m running the Ampersand theme and would like to change the color of the arrows that scroll through the portfolio on the front page, which turn the default green when the mouse is over it, to a different color (the red to match the other default color elements I’ve changed from the green to red.)

    Changing the color under the customize tools doesn’t seem to affect these arrows.

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • I was able to find the right selector, so you’d use this code but replace the colors with the color names or color codes of your choice:

    .flex-direction-nav a {
    	background-color: orange;
    }
    
    .flex-direction-nav a:hover {
    	background-color: #ccccff !important;
    }
  • The topic ‘Ampersand: Changing the color of the arrows in the portfolio scroll’ is closed to new replies.