I have searched through the forum, but I can not seem to locate the information I am looking for. I have managed to change the default yellow color to a color that matches my branding aside from a few locations and I was wondering if this assist would fall under the free help for this template. I still need to change the yellow on links that are part of text on the pages, as well as, the submit button on the contact us page. Also, I think I have seen in another post that this template is woocommerce ready, even though that was listed as part of the features? This was one of the main reasons I chose this template and I would like to update the yellow and green throughout this as well to match my branding. Any assistance would be greatly appreciated. I understand if any/all of this doesn’t fall within the free help for this template. This is a great template and I appreciate it being offered for free. Thanks!
Hello,
Thank you for the kind words and for using our theme.
This kind of modifications indeed falls short to the free support scope, but I’ll do my best to help you with some CSS codes where you change the color to match your code:
.woocommerce #payment #place_order, .woocommerce #respond input#submit, .woocommerce #review_form #respond .form-submit input, .woocommerce a.button, .woocommerce button.button, .woocommerce div.product form.cart .button, .woocommerce input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-page #payment #place_order {
background-color: red;
}
#comments #respond .comment-form #input-submit, input[type=submit] {
background-color: #f1d204;
}
I can’t locate the links color, though, maybe you can link it to me.
Regards
The color I am using for the buttons are #f26c4f.
You should just change the color from above with you code:
.woocommerce #payment #place_order, .woocommerce #respond input#submit, .woocommerce #review_form #respond .form-submit input, .woocommerce a.button, .woocommerce button.button, .woocommerce div.product form.cart .button, .woocommerce input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-page #payment #place_order {
background-color: #f26c4f;
}
#comments #respond .comment-form #input-submit, input[type=submit] {
background-color: #f26c4f;
}
Kind regards