Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hi Community!
Anyone can help to tell where to look for in coding to change the font size (and make it not bold) of products on a main site (like on a photo)
@Erigone
kindly Share your Site url.
or add this code to theme.scss or style.css file.
.product-single__description ul{
font-size: 20px !important;
}
Thank you.
please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.
#shopify-section-featured-collection .grid-link__title {
color: #403b37;
font-family: Futura,sans-serif;
font-size: 1em;
line-height: 1.4;
font-weight: normal !important;
}
#shopify-section-featured-collection .grid-link__meta strong {
font-family: Futura,sans-serif;
font-size: 1em;
line-height: 1.5;
color: #5b544f;
font-weight: 400 !important;
}
Amazing! I still do not understand why this influenced only the first row (first feature collection) while I go down another one stays the same but at least this.
Thank you!!
Kindly Share your Site Url
User | RANK |
---|---|
116 | |
93 | |
72 | |
70 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022