• Resolved jimfdowning

    (@jimfdowning)


    Hi
    Wonder if you can help?
    I’m looking for dome CSS code to remove the variable product price range,
    or remove the larger of the two amounts.
    Think it looks messy.
    Thank you in advance.
    Kind Regards
    James

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • .price {
      display: none;
    }
    .woocommerce-variation-price .price {
      display: block;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter jimfdowning

    (@jimfdowning)

    Thanks lorro
    Works like a dream.
    It’s very much appreciated ??
    Jim

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable variable product price range’ is closed to new replies.