Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey guys, I need two codes to adjust the boldness of the text on my store.
Here’s how it looks on my store:
And here’s how I want it to look:
Here’s my link to my store: https://1049xn-ya.myshopify.com/products/editing-masterclass
And here’s the link to the store I want it to look like: https://lifethroughoptics.co/products/lto-2-0-editing-masterclass-preset-pack
Thanks!
Tim
HI @CreatorTim
The text in the title is already bold to the maximum, but since a different font is being used, it doesn't match exactly. The sample store uses the "Open Sans" font, while their main store uses "Assistant." To make it clearer, you need to increase the font size. Here's the code adjustment
.image-with-text__text.rte.body * {
color: black !important;
font-size: 16px !important;
}
By increasing the font size, it should become more visible.
Please add it into the Custom CSS in the Theme
Best,
Daisy
Hey,
Okay, thanks, so to make the headings even more prominent, do I need to change the font?
Also, thanks for the code, could you also please provide me with the code for rich text, collapsible content and email signup as well?
Thank you so much,
Tim
Hi @CreatorTim
Please add this code
.rich-text__text.rte * {
color: black !important;
font-size: 16px !important;
}
This will affect this part:
I don't see the collapsible content and email signup in the link above
Best,
Daisy
Thank you,
The newsletter section is here: https://1049xn-ya.myshopify.com/
(Just scroll all the way down)
Hello @CreatorTim ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code at the bottom:
.product__description p {
color: #000;
}
Regards
Guleria
Add custom css in section
strong {
font-family: fantasy;
font-weight: 500;
}
.image-with-text__text * {
color: black;
}
Hey, thanks, it's more prominent now, but the font looks a bit wild. Do you know of a more normal-looking one? Something like "Inter"?