Hello @iamdanielampofo,
Thank you for contacting WP Travel Engine team!
Could you please mention which theme you are using with WP Travel Engine plugin?
Also, if you want to change the button color, please try adding the below CSS code by going to?Admin Dashboard > Appearance > Customizer > Additional CSS.
:root{
--primary-color: #64806D;
--primary-color-dark: #4e6455;
}
.wpte-booking-area .wpte-bf-btn:active, .wpte-booking-area .wpte-bf-btn:hover{
background-color: var(--primary-color-dark);
}
Note: Please add a color code as per your requirement.
I hope this helps you.
If you have any queries or confusion later, please let me know, and I will be back.
Thank you!