• Resolved camjk777

    (@camjk777)


    I have a product page with various product variations, the label for these variations isn’t displaying properly though (it should say pack size), is there an easy fix for this?

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

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

    It looks like the theme could be conflicting with the style information coming from WooCommerce. One of the best places to go for help is your theme’s support forums.

    However, if they are unable to help, you can also try this:

    In the black bar at the top of the site there’s a Customize button. Click that.

    In the sidebar that opens, the bottom button is a CSS editor. Open that and enter this code:

    .woocommerce div.product form.cart .variations th {
      white-space: nowrap;
      padding-right: 10px;
    }

    And that should make the label show as intended.

    Hope this helps!

    Thread Starter camjk777

    (@camjk777)

    Genius, thank you so much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product attribute label’ is closed to new replies.