Custom Color for Navigation Arrows

Custom Color for Navigation Arrows

Add the Code Plugin, and in the Head section add the below code:

<style>

  #overlay .arrow {
    fill: red;
  }
  
  #overlay  .shadow{
    fill: white;
    fill-opacity: 0.25;
  }

</style>

Change the fill color for the arrow and it's shadow, to your prefer colors

Preview: