• Resolved greatdanes

    (@greatdanes)


    Hi

    Where or can you change the size of the text where it shows the stock availability in the theme?
    It’s kind of small an we experience some customers overlook it.

    (The link to a page is only one of all in the shop to show how small it is)

    • This topic was modified 3 years, 2 months ago by greatdanes.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    You can modify it using CSS, in Customizing your theme.

    .woocommerce #content div.product p.stock, .woocommerce div.product p.stock, .woocommerce-page #content div.product p.stock, .woocommerce-page div.product p.stock {
        font-size: 1.20em;
        font-weight: bold;
    }

    You can also modify the size and weight of the text

    font-size: 1.20em; 
    font-weight: bold;

    Regards!

    • This reply was modified 3 years, 2 months ago by quiquegs.
    Thread Starter greatdanes

    (@greatdanes)

    Hi

    Fantastic – have used the first one and it works perfect ??

    Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change stock text size’ is closed to new replies.