How do I change the product page title on every page and the product price on every page to bold? I want to use the same font. Thank you!
Hello, @domvemacity
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.
1 Like
Hello, its www.vemacity.com , thank you!
Go to Assets > theeme.scss.liquid and paste this at the bottom of the file:
.product-single__title-text, .product__title, .product-single__price-text, .product-single__price-text > * {
font-weight: 800;
}
hii, @domvemacity
paste this code on top of the theme-critical.css file.
span.money {
font-weight: bolder !important;
}
Thank You.
1 Like