Reduce Margin Under Title On Product Page

On my product page I am trying to reduce the space between the title and the sub title. The sub title was added using a liquid code as the text box was not giving me much to work with in terms of font size. This is on the dawn theme. Any help would be appreciated.

Something like this into "Custom CSS’ setting on the section:

.product__title {
  margin-bottom: -5px;
}

By default it’s 15px.

1 Like

That worked perfectly, thank you very much!

1 Like