HI @jennifersimsdesign-com-au,
To change the next buttons at the bottom of the posts, you need to add custom CSS.
For this you need to go to Admin Panel / Appearance / Customize / Themes Options / Advanced.
Here you need to copy and paste following CSS.
.nav-links .nav-previous a, .nav-links .nav-next a {
background: none repeat scroll 0 0 #FFFFFF !important;
}
.nav-links .nav-previous > a:after, .nav-links .nav-next a:after {
background: none repeat scroll 0 0 #FFFFFF !important;
}
Hope this will help to resolve your issue.
Best Regards!!!