How do I reduce the space and remove the <hr> under the price on Impulse theme?

You could try adding this CSS rule to the bottom of theme.css

.product-single__meta .hr--medium {
  display: none;
}

Result:

1 Like