Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #477877

    Hi guys,
    Hope this is not beyond your scope of support. Please let me know to which css element should I apply rule to control padding (and font size) of the line showing SKU number and tags on Woocommerce Single product page.
    Many thanks in advance, regards,
    Ivan

    #477954

    Hi videogame!

    Add this to your custom CSS.

    .product_meta span {
      font-size: 15px;
    }
    .product_meta { padding: 10px; }
    

    Cheers!
    Elliott

    #478019

    Thanks a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce Single Product Page SKU and tags line css’ is closed to new replies.