Alex087
September 7, 2023, 6:40am
1
Hello,
I am using the Dawn theme Moderator Edit , and I am looking for some guidance on how to customize the title and subtitle present on the banner of the homepage of my website, specifically for smartphones. Here are the specific changes I’d like to make:
Reduce Title Text Size: I would like to decrease the font size of the text.
Reduce Line Spacing: I want to decrease the line spacing (interline) between the text.
Remove Subtitle: I’d like to completely remove the subtitle.
Thank you in advance for your help!
Alex
Moderator Edit
Hi @Alex087
This is David at SalesHunterThemes .
Thank you for your question.
Follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
@media screen and (max-width: 767px)
#Banner-template--16920898797846__image_banner .banner__heading{
font-size: 35px;
line-height: 40px;
}
#Banner-template--16920898797846__image_banner .banner__text {
display: none;
}
}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team
Alex087
September 7, 2023, 7:28am
3
thank you David,
I did manage to remove the subtitle but i want to keep it on desktop version.
Also, font size and line-height are not changing…
Thanks for your help
Hi @Alex087
You can do that by adding this code before tag in your theme.liquid file in Online store > Themes > Edit code
Alex087
September 7, 2023, 7:38am
5
thanx Dan, you mean before or before ?
it’s all right to add it before or
Alex087
September 7, 2023, 7:43am
7
Ok Dan thanx, I just did, but it removed also this text on desktop. Is it possible to remove this subtitle only on mobile?
My mistake, please correct code like this
Alex087
September 7, 2023, 8:28am
9
thanks Dan that’s working! Now I would like to higher the title & split it in 3 lines (0nly on mobile).
thanx in advance for your help
Hi @Alex087
Please update code like this
Alex087
September 7, 2023, 8:37am
11
Thanx Dan, how to adjust more the height of the title? Also, I would like the shop now button to be lower (like before)
Please change code like this