Hi ,
I have adujusted the buttons location as you said .
For changing the color of buttons you can do it from here https://prntscr.com/w8eh8y
Or I am also providing you custom css for the same.
Add this code in appearance >> Customize >> Custom css
If you just want to edit the color of wishlist buttons
.single-course a.add_to_wishlist.button , a.add_to_collection.button {
background-color:#aea833!important;
}
if you want to change color of all buttons
.button{
background-color:#aea833!important;
}