• Resolved arianelariviere

    (@arianelariviere)


    Hi!

    The link is just an example. This is actually an issue on all products pages.

    The Stock management notice (in green under the price) is too small and I’d just like to make the font bigger.

    I tried many codes, but I can’t find the right terminology.

    Thank you for your help!

    Ariane

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support abwaita a11n

    (@abwaita)

    Hi @arianelariviere,

    Try adding the following CSS code to increase the font from the current 0.92em to 1.5em (feel free to use any other size if you want it larger e.g 1.8em, 2em, etc).

    You will want to add the code through the customizer, that is, Appearance → Customize → Additional CSS

    .woocommerce div.product p.stock {
        font-size: 1.5em;
    }

    I hope this helps.

    Thread Starter arianelariviere

    (@arianelariviere)

    Thank you Abwaita for your help.

    It worked perfectly!

    Have a great day,

    Ariane

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stock management notice on product page’ is closed to new replies.