Hello @chrisbrandon,
Here is custom CSS to change the arrow background color and hover color:
.psac-slider-and-carousel .owl-nav .owl-next, .psac-slider-and-carousel .owl-nav .owl-prev{background: #fff; color: #000; border: 2px solid #000;}
.psac-slider-and-carousel .owl-nav .owl-next:hover, .psac-slider-and-carousel .owl-nav .owl-prev:hover, .psac-slider-and-carousel .owl-nav .owl-next:focus, .psac-slider-and-carousel .owl-nav .owl-prev:focus { background: #03a9f5; color: #fff; border-color: #03a9f5; }
.psac-slider-and-carousel .owl-nav .owl-next:hover, .psac-slider-and-carousel .owl-nav .owl-prev:hover, .psac-slider-and-carousel .owl-nav .owl-next:focus, .psac-slider-and-carousel .owl-nav .owl-prev:focus { background: #03a9f5; color: #fff; border-color: #03a9f5; }
Please try the above CSS. I hope it will work for you.