Hello,
As shown in the pic, I just want to increase the text font size above the button in the image banner.
Store link: https://0bc922.myshopify.com/
Hello,
As shown in the pic, I just want to increase the text font size above the button in the image banner.
Store link: https://0bc922.myshopify.com/
There should be an option like the image below in the Theme editor. You should be able to increase the font size using that
Hello @randomchikibum
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
h2.banner__heading.inline-richtext.h2 {
font-size: 3rem !important;
}
Hello @randomchikibum
please add this css Asset > theme.css and paste this at the bottom of the file:-
.banner__heading.inline-richtext.h2 {
font-size: 25px;
}