Remove Bold font and make spacing smaller

Hey,

i would like to make the product name on my product page not bold. also make the spacing smaller between the name and the price. please help

Url: sixdreamz.com

password: sdc2003

hello,
here is how you can remove font bold and also fix the spacing between your name and price by adding " margin-bottom: -7px;
font-weight: 100;" to your class name ".full-unstyled-link ":

.full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    margin-bottom: -7px;
    font-weight: 100;
}

add thse

where can i add these?

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Go to the assets folder
  4. click on base.css
  5. paste the code on the last line in the file
    click save and done.