Hi there!
My url: andrejewelry.com
Password: Thankyouverymuch121
I would love to…
-
make the Product Heading size smaller on both desktop and mobile so that it can fit into just one line (Now it’s not open for editing)
-
Remove the content on both desktop and mobile in the template.
Please see the picture below:
Thanks!
Hi @AndreaHuang , go to base.css and add the following :
.product__title h1{
font-size: calc(var(--font-heading-scale) * 2.5rem) !important;
}
Thanks for help!
I paste it in the base.css file but nothing happened.
@AndreaHuang , where did you paste it in base.css? , I don’t see it.
Go to section-main-product.css and add the following:
.product__title h1 {
font-size: 2rem !important;
}
Hi @AndreaHuang
Check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.product__title h1 {
font-size: 2.1rem !important;
}
form#product-form-installment-template--21210817069370__main, .product__tax.caption.rte {
display: none !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you for answering both my questions. They works!
@Made4uo-Ribe Thanks! on the pc is good. But the text still shows on the mobile.
Check this one, same instruction.
@media only screen and (max-width: 749px){
.product__tax.caption.rte, shopify-payment-terms {
display: none !important;
}
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Nothing changed on the mobile:(