Hi everyone, do you know how to reduce the font size of this section?
https://refade-8966.myshopify.com/
password: refade
Hi everyone, do you know how to reduce the font size of this section?
https://refade-8966.myshopify.com/
password: refade
Hi @Marco211
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.footer-block__heading {
font-size: 10px !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hi @Marco211
I just want to clarify, which section you like to redue? It is the banner or the product?
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks for the info, check this one.
.cart-drawer h2 {
font-size: 2rem !important;
}
.cart-drawer p, .cart-drawer a {
font-size: 1.2rem !important;
}
And Save.
Result:
Note: You can hcange the sizes you like.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!