Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Remove Bold font and make spacing smaller

Remove Bold font and make spacing smaller

sixdreamz
Explorer
110 0 37

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

 

sixdreamz_0-1729442453645.png

 

 

Url: sixdreamz.com

password: sdc2003

Replies 3 (3)

amine_diouane
Shopify Partner
35 4 6

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 

sixdreamz
Explorer
110 0 37

where can i add these?

 

amine_diouane
Shopify Partner
35 4 6

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.