Comments 2Luis started the conversationOctober 13, 2021 at 3:36amhave the css to change the font color inside the buttons for cart and checkout 2Luis repliedOctober 13, 2021 at 3:36amimage, change white text ti black 2,968Andrew repliedOctober 13, 2021 at 5:54amHello Luis,Try the following CSS. @media only screen and (max-width: 768px){ .woocommerce-page table.cart a.remove { color: black !important; } .woocommerce .actions .button { color: black; } .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{ color: black; } } Regards. 2Luis repliedOctober 13, 2021 at 2:00pmdo you also have the css for pc please 1,884Judith repliedOctober 13, 2021 at 3:02pmHi Luis,Please send in your website url so that we can provide css for it.Thanks. 2Luis repliedOctober 13, 2021 at 3:03pmYes is : http://35.230.74.239 2,968Andrew repliedOctober 13, 2021 at 3:49pmHi Again,Try the following. .woocommerce-page table.cart a.remove:hover { color: black !important; } .woocommerce button.button, .woocommerce-page button.button, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{ color: black !important; } Regards, Sign in to reply ...
have the css to change the font color inside the buttons for cart and checkout
image, change white text ti black
Hello Luis,
Try the following CSS.
Regards.
do you also have the css for pc please
Hi Luis,
Please send in your website url so that we can provide css for it.
Thanks.
Yes is : http://35.230.74.239
Hi Again,
Try the following.
Regards,