Shopify themes, liquid, logos, and UX
Hi!
How do I bold my item titles throughout my entire store with Trade Theme? (Product page, Featured collections, etc)
Solved! Go to the solution
This is an accepted solution.
Could you please try this code instead?
div.collection slider-component ul.grid.product-grid .card__heading a {
font-weight: bold !important;
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
Try this one.
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
font-weight: bold;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
@Made4uo-Ribe I am wanting to only bold *item titles* across the site in all of these sections and product page. Can you help update the code to do that? Apologies for the confusion.
Oh, sorry I thought all titles. Please, replace on this code.
.collection h3.card__heading {
font-weight: bold;
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there
Here is the code for Step 3:
.card__heading a {
font-weight: bold !important;
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
@DaisyVo This affects the Collection List Titles and makes them bold too and I am only wanting to bold Product (Item) Titles. Is there anyway to make this only bold the item titles?
This is an accepted solution.
Could you please try this code instead?
div.collection slider-component ul.grid.product-grid .card__heading a {
font-weight: bold !important;
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
I'm wondering if it works?
Hey @jordanbford1
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.card__heading {
font-weight: bolder !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
@Moeed This affects the Collection List Titles and makes them bold too and I am only wanting to bold Product (Item) Titles. Is there anyway to make this only bold the item titles?
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey 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, 2024