Title says it all
I want to make the body text bigger only in the image with text over In debut theme but currently it also changes all the sizes in all other pages .
Thank you
Solved! Go to the solution
Hello,
Please share:
- your store URL;
- page URL with the issue you mention;
- storefront password (if your store has one).
Kind regards,
Diego
This is an accepted solution.
@MotoxDJR
Do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.mega-subtitle *{
font-size: 30px !important;
}
@media (max-width: 767px){
.mega-subtitle *{
font-size: 20px !important;
}
}
You can change the values as per your wish.
30 = font size on desktop
20 = font size on mobile
Please let me know whether it works.
Kind regards,
Diego
User | Count |
---|---|
22 | |
22 | |
14 | |
11 | |
10 |