How to reduce Paragraph spacing in product description - Venture Theme

Hello, here’s my page example: https://www.510autogroup.com/collections/curtains/products/stealthplatecurtainsusa

I use H1, H2, then remaining text is Paragraph.

  1. How can I reduce the spacing between H1 and H2

  2. How can I reduce the spacing between Paragraph text

  3. How can I UN-BOLD H3 tag?

Thank you

Hello Majj,

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

.rte h2 {
    margin-top: 0px!important;
}
.rte p {
margin: 0px !important;
}

put this code below theme.scss.liquid file

path: online store->theme->edit code->assets->theme.scss.liquid

.rte product-single__description h2:first-of-type{
	    margin-top: 0 !important;
}
.rte product-single__description p{
	    margin: 0 !important;
}
  • and please tell me wich h3 tag you want to make unbold with screenshot.
    -give me likes and mark my answer as accepted solution.
    thank you

My Theme is Crave. It’s a 2.0 Theme. So your instructions don’t seem to work for me, because I dont have a section in my assets that say theme.scss.liquid. Is there a different area for 2.0 Themes?

what about for 2.0 themes? I don’t see theme.scss.liquid in my assets. Is there a different area?