• Resolved Philip Andrew

    (@philip-andrew)


    How can I change the font size on stock levels /out of stock etc as it’s quite small at the moment?
    Thank you

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

Viewing 1 replies (of 1 total)
  • Plugin Author Kaira

    (@kaira)

    Hi @philip-andrew

    Apologies for the delay in my response.

    Do you mean the font size on the Product single pages?
    Or on the url you sent? as it looks normal size there.

    The product page font size is usually determined by the theme you’re using, and StoreCustomizer only offers design settings for more main features.

    You can add the following custom CSS to Customize -> Additional CSS to increase the stock level font size.

    body.single-product div.product p.stock {
    font-size: 15px;
    }

    Let me know if that helps.

    Thanks
    Zack

    • This reply was modified 2 years, 5 months ago by Kaira.
Viewing 1 replies (of 1 total)
  • The topic ‘font size on stock levels’ is closed to new replies.