Hi, I want to change the pink of the check out button as seen in the screen shot.
I am using the theme stiletto, however I can’t find where in the code this would relate to.
@saintnoir - please open this checkout page in customize settings and check if you have any color settings or design settings
I do but none point to that specific shade of pink
@saintnoir - can you please share your site link?
Password is Leanneallen08
Thank you
@saintnoir - that button color is set from background button color on hover
we can set custom color, what color do you want?
Hi, I’d like this colour:
FFF8FA
@saintnoir - add this css to the end of your theme.css file, but your shade is white, you can change to any one you want
.quick-cart__submit:after{background-color: #FFF8FA;}
Hi thank you for this, however it’s still showing up as the bright pink.
@saintnoir - need to add !important, so it becomes
.quick-cart__submit:after{background-color: #FFF8FA !important;}