Site logo

Archived topic

How to change border color of shop button

1 reply · Started by Data on June 18, 2021

Viewing posts 1–2 of 2

how to change the border color of "SHOP NOW" button on shop page

Hi there,

This CSS code is currently setting the border width and color:

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, .woocommerce a.button, .woocommerce a.button:visited, .woocommerce button.button, .woocommerce input.button, .woocommerce .coupon .button {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}

I can't tell where it's added as you are using a caching plugin but check Additional CSS field in the customizer.

Let me know if this helps :)

This archived topic is closed to new replies.