Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Here’s the CSS code responsible for your button’s color:

    .woocommerce button.button.alt {
        background-color: #ff6d6d;
    }

    You can exchange #ff6d6d; which is your current color code, with the new one. If you’re not sure about appropriate HEX code, you can use an online color picker like: https://htmlcolorcodes.com/color-picker/ to obtain the HEX code.

    When it comes to “related products” and “You may also like” sections, they both have 26px. Do you still need any help with that? 🙂

    Cheers!

    Thread Starter charchar

    (@charlenechin91)

    Hi ! Appreciate your reply!

    Do we have a setting on WP or plug in that i can change the font size of “related products” ?

    thank you!

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi, @charlenechin91!

    There isn’t a setting in WooCommerce core, no! I also don’t know of any plugin out there that does specifically this, unfortunately.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Add to cart button colour’ is closed to new replies.