Shopify themes, liquid, logos, and UX
I want the text for product name on my store https://swawe.store/
to look like this in the image attached and the price also to be bold as the image attached
Solved! Go to the solution
This is an accepted solution.
Hi @attackon ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
.product-card-wrapper .card__heading {
text-transform: uppercase;
letter-spacing: 0;
}
.card-information .price > * {
font-weight: bold;
}
This is an accepted solution.
Hi @attackon ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
.product-card-wrapper .card__heading {
text-transform: uppercase;
letter-spacing: 0;
}
.card-information .price > * {
font-weight: bold;
}
can fans weight be made a little less bold because it is too dark now
Hi,
What do you mean?
it looks very dark the price section, can it be less dark or bold
Hi,
Code above included bold for price.
You can try add code below:
.card-information .price > * {
letter-spacing: 0;
color: #000;
}
Hi @attackon ,
Please see the solution below:
1. In your Shopify admin, navigate to "Online Store" under Sales Channels. Click the three dots next to the theme you wish to edit, then select "Edit Code".
2. Next you can find Main.css/theme.css/base.css/style.css(it will be based on your theme file).
Add this css code:
.card__content h3 {
text-transform: uppercase;
font-weight: 400;
}
.card-information {
font-weight: bold;
}
Result:
If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025