• Please, i want enlarge selected text only on single produtc pages.

    When I increase the font through Typography, this type is increased on whole websites.

    It is possible to define a change just for the template of this page?

    Thanky you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Paste code on your custom CSS.

    .woocommerce div.product p.stock, .woocommerce-page div.product p.stock, .woocommerce #content div.product p.stock, .woocommerce-page #content div.product p.stock {
    font-size: 16px; }

    .sku_wrapper {
    font-size: 12px; }

    You can change the font sizes.

    Hope this helps

    Thread Starter Dr. Taby

    (@dr-taby)

    Thanks you, but size is the same. Both texts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bigger font on single product page’ is closed to new replies.