Shopify themes, liquid, logos, and UX
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.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025