Hi,
Is not recommended to modify theme core files because on the next update your changes will disappear.
The best practice is to use child theme and the css adjustments to be made in kleo-child/style.css
To overwrite the color of the read more button use this code in kleo-child/style.css
COPY CODE
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat { background-color:green !important; }
Replace green with your desired color
For the submit now button use this css
COPY CODE
button.button.submit-button { background-color: red !important; }
Replace red with your desired color.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution