Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Sérgio L. a11n

    (@csnlima)

    Hi @carina117,

    To target the font of the “additional product information” you can use .woocommerce table.shop_attributes th, for instance, to make it regular and not bold:

    .woocommerce table.shop_attributes th {
        font-weight: 100;
    }

    Please note that we’re unable to offer further assistance for customizations in line with our Support Policy.

    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools.com. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    I hope this information helps.

    Best,

    This thread has been inactive for a bit, so I’m going to mark it as resolved. Hopefully, the above information was helpful to you.

    Please feel free to open a new thread if you have any other questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Format the additional product information’ is closed to new replies.