Comments Gaby-Hormonen started the conversationDecember 8, 2021 at 10:55amHi,How do i change buttons background colors on the woocommerce overview product pages?And how do i change buttons background colors on homepage (read more) blog buttons and the background collors of titles/headers in the right side bar.Or can i change the 'standard' THEME colors for the whole website? 2,612PenciDesign repliedDecember 8, 2021 at 12:01pmHi, 1. About the button color on the shop page, please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .woocommerce ul.products.product-standard .penci-soledad-product a.button { background-color: #f5f5f5; } .woocommerce ul.products.product-standard .penci-soledad-product a.button:hover { background-color: #00000; } Change #f5f5f5 and #00000 by the custom color. You can get the color code here: https://htmlcolorcodes.com/ 2. About the read more button color, please go to Appearance → Customize → Posts Layout → Color: "Read More" Link/Button Color"Read More" Button Background Color3. Navigate to Customize → Sidebar → Color: change the background of Sidebar title heading at Sidebar Widget Heading Background Color Regards,PenciDesign. Sign in to reply ...
Hi,
How do i change buttons background colors on the woocommerce overview product pages?
And how do i change buttons background colors on homepage (read more) blog buttons and the background collors of titles/headers in the right side bar.
Or can i change the 'standard' THEME colors for the whole website?
Hi,
1. About the button color on the shop page, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change #f5f5f5 and #00000 by the custom color. You can get the color code here: https://htmlcolorcodes.com/
2. About the read more button color, please go to Appearance → Customize → Posts Layout → Color:
3. Navigate to Customize → Sidebar → Color: change the background of Sidebar title heading at Sidebar Widget Heading Background Color
Regards,
PenciDesign.