Catch Themes » All Posts https://catchthemes.com/support-forum/forum/free-themes/catch-shop/feed/ Mon, 04 Dec 2023 01:58:32 +0000 https://bbpress.org/?v=2.6.9 en-US https://catchthemes.com/support-forum/topic/woocommerce-button-colours/#post-314380 <![CDATA[Reply To: WooCommerce button colours]]> https://catchthemes.com/support-forum/topic/woocommerce-button-colours/#post-314380 Thu, 12 Jan 2023 17:46:39 +0000 Sakin Hi Mike,

You can change the color code in the following CSS and then add it in the “Appearance => Customize => Additional CSS” box:

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  	background-color: #ef3636;
}
]]>