Increase font size only in the image banner

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/

1 Like

Hi @randomchikibum

There should be an option like the image below in the Theme editor. You should be able to increase the font size using that

  1. From you Admin page, go to Online store > Themes > Customize
  2. Go to the page where you have that section.
  3. Click on the content block and it should show you where you enter the words, then click the A

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;
}