Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hello I'd like to change the product title size but dont know how to, can you help me with that?
My store link is: wiggleduck.com
Solved! Go to the solution
This is an accepted solution.
yes please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/section-main-product.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
.product__title {
font-size: 30px; /* change valua as you like */
}
This is an accepted solution.
Please add the following code at the bottom of your CSS file.
@media only screen and (min-width: 750px){
h1.product__title { font-size: 3.2rem !important; }
}
Hope this works.
Thanks!
Hi @thevista888
If you have the CSS code, go to your product.liquid file and add the CSS code between <style> & </style>
Let me know!
This is an accepted solution.
yes please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/section-main-product.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
.product__title {
font-size: 30px; /* change valua as you like */
}
This is an accepted solution.
Please add the following code at the bottom of your CSS file.
@media only screen and (min-width: 750px){
h1.product__title { font-size: 3.2rem !important; }
}
Hope this works.
Thanks!
Thank you so much for help.
If helpful then please Like and Accept Solution
What about changing the product description body text? Also in which CSS file do we need to add the code? base.css?
.product-single__description ul{ font-size: 20px !important; }
to both base.css as well as section-main-product.css but neither worked.
sorry for any issue can you please share store url.
Is possible to change the price and the crossed price font size&colour on the product page?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Please share store URL.
Thanks!
Hii, @Wishpools
Kindly share your store URL.
Thank you.
Hi, the website is:
I feel that the price font size is too small as below
https://www.wishpools.com.au/products/double-sided-adhesive-wall-hooks
@Wishpools
Paste this code on top of the component-price.css file.
span.money {
font-size: 26px !important;
color: red !important;
}
Thank you!
Can I just keep the crossed price as before?
please add below code in bottom of assets/section-main-product.css
@media screen and (min-width: 750px){
.product__info-container .price--on-sale .price-item--regular { font-size: 2.3rem !important;}
}
Thanks!
thank you! It is work.
its my pleasure to help
User | RANK |
---|---|
237 | |
85 | |
84 | |
51 | |
42 |