How to style the yellow “View Cart” button in the image in the message below?

How to style the yellow “View Cart” button in the image in the message below?

Hi @paullalley,
Thanks for writing in. To style that button you can use this selector .woocommerce-message a.button.wc-forward.
Try using this custom css.
.woocommerce-message a.button.wc-forward {
background: none;
padding: 0;
color: black;
}
Hope it helps.
Brilliant, thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.