Hi, I want to change the color of my ‘add to cart’ button on Lumina theme. I can’t change it on color schemes and I also tried to add several codes to change it, that I saw on other discussions with the same issue, but it doesn’t work.
Does anyone know the solution? Thanks.
.product-form__btns button.product-form__btn.btn.btn--lg.btn--outline{
color: #000 !important; /*change color according to you*/
background: #e2d9d6 !important; /*change color according to you*/
}
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.