norduxe
November 23, 2024, 10:03am
1
Hi,
Is there anyone here who might know how to make the banner text smaller on only the mobile version?
As for right now the text covers upp the whole picture? See example below. If it would be possible to make the button and text smaller to make it look more clean.
URL: https://la03ue1o3c6qefsa-86795059542.shopifypreview.com
1 Like
Moeed
November 23, 2024, 10:10am
2
Hey @norduxe
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @norduxe
Go to online store ----> themes ----> actions ----> edit code ---->base.css —> line number 287
search this code
@media screen and (max-width: 767px) {
.h0 {
font-size: calc(var(--font-heading-scale)* 4rem);
}
}
and replace with this code
@media screen and (max-width: 767px) {
.h0 {
font-size: calc(var(--font-heading-scale)* 3rem);
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
norduxe
November 23, 2024, 1:12pm
4
Do you know if its possible to make it look more like this?
norduxe
November 23, 2024, 1:13pm
5
Do you know if its possible to make it look more like this?