Hello there,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
a,
.slide-overlay_category {
color: #1e73be;
}
a:hover,
.slide-overlay_category:hover {
color: #fb397d;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .ca-button, .ca-button:visited, .comment-reply-link, .comment-reply-link:visited, .comment-form input[type="submit"], .ca-contact-form button, .ca-contact-form input[type="button"], .ca-contact-form input[type="reset"], .ca-contact-form input[type="submit"], .wpcf7-form-control.wpcf7-submit, .wpcf7-form-control.wpcf7-submit:visited, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce a.button.alt:visited, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #1e73be;
border-color: #1e73be;
}
Regards,
Kharis