Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello Everyone,
I've recently updated the Focal theme to the latest version and successfully imported both index.json and setting.json from the old version to the new.
I'm attempting to bold the product titles on the collection page and in the featured collection. However, when I bold the heading font, the change doesn't reflect. If I bold the body font, it affects the price, product title, and product description body simultaneously.
Focal Updated Theme
Previous Version
Best Regards.
Solved! Go to the solution
This is an accepted solution.
Please go to Online store -> themes -> Edit theme -> Layout -> theme.liquid and paste this code before </head>
<style>
product-list .product-list__inner product-item .product-item-meta__title {
font-weight: 700 !important;
}
</style>
If it was helpful, then please like and accept it as a solution.
Hello,
Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.
Sure sir.
Here is the preview of unpublished updated theme:
https://1xywoovdn0033xji-60063187116.shopifypreview.com/
and the preview of published current theme:
Best Regards.
This is an accepted solution.
Please go to Online store -> themes -> Edit theme -> Layout -> theme.liquid and paste this code before </head>
<style>
product-list .product-list__inner product-item .product-item-meta__title {
font-weight: 700 !important;
}
</style>
If it was helpful, then please like and accept it as a solution.
Hey, thanks. I have just inserted in Custom CSS from customize and it has worked.
Hey @exoneon
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>
a.product-item-meta__title {
font-weight: bold;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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