This topic has 6 replies, 3 voices, and was last updated 7 years, 5 months ago ago by Rose Tyler
Hi,
Numbered fields and buttons, how can I turn the color of black to dark blue?
Thanks a lot
Hello,
Sorry for the delay.
Please check Theme Options > Color Scheme and Footer http://prntscr.com/f6hdf6
Also, you can add this code in Custom css:
.btn.filled, input.btn.pull-right.big, .cart-collaterals .checkout-button {
border-color: blue;
background-color: blue;
}
Regards,
Rose Tyler.
hi i tried to use the above code but my buttons are still black
yes sorry for the delay, i was able to edit certain lines in the main css file, for some reason they did not apply in the custom css
ty 🙂
Hello,
I’m glad that you sorted out.
It’s not recommended to edit original style.css. You can make changes either in custom.css file or in child style.css. Only if you made changes in template files instead of child theme then these changes will be lost after theme update. That’s why we always recommend to use child theme for all the types of customization.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up