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.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024