Buttons in Bold

Hello!

I’m wondering if there’s a way to change the settings so all the buttons related to my shop can be in bold. The text looks very light at the moment but I think making it bold would enhance it.

Thank you so much :slight_smile:
-Nadia

These are a few examples:


Hello Nadia,

You might want to change the color of the text in the button first for it to be more readable.

For that, you can just go to X > Theme Options > Buttons then change the value for Button Text.

In case you want to change the text to bold. Please try this code in the Global CSS:

.woocommerce .button {
    font-weight: 700;
}

Here are some related links for further reading:

Hope this helps.

Thank you so much!
The code worked perfect :slight_smile:

You’re most welcome, Nadia. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.