How can I modify banner text color and size?

Hi,

I want to change the size of my banner title and banner text. I need the text to be bigger and the title to be smaller. I have tried editing the code nothing changes it.

I also would like to change the color of the banner text.

I have read other discussions and made the changes but I only have base.css, no theme.scss or theme.css.

Please help, I am at a loss.

@cadroved ,

share the url please

https://eco-infinite.co

@cadroved

can you share the screenshot?

you want this text to bigger?

yes, i want that to be larger and black. Also, the text above to be smaller.

@cadroved ,

.banner__text.subtitle {
    color: #000;
    font-size: 51px;
}
h2.banner__heading.h1 {
    font-size: 26px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->section-image-banner-scss.liquid

1 Like

Thank you so much! and thanks for the fast response! Just have to make some edits but it will look a lot better!

Hi, I wanted to ask how did you do the portion where you scroll down and the picture moves along in your website?