Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2933869
homepage and woocommerce buttons background
Closed

Comments

  • Gaby-Hormonen started the conversation

    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?

  •  2,492
    PenciDesign replied

    Hi,

    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 Color

    3. Navigate to Customize → Sidebar → Color: change the background of Sidebar title heading at Sidebar Widget Heading Background Color

    Regards,
    PenciDesign.