Heading font of a section is not changing

Hello!

I have input css to change the heading font of a section but its not changing within the section but changing all the other headings on the site.

Here is the preview link https://ylfbdyy0kq6my3nq-57017794726.shopifypreview.com

Thanks in advance!

@HonorDigital

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 590px) {
.index-section .section-header__title {
    font-size: 30px;
}
}

Hi KetanKumar!

This didnt change the font headings of the sections “Text with Image”

Thanks for working on this!

Here is another preview link. https://ylfbdyy0kq6my3nq-57017794726.shopifypreview.com

Try to make the headings all the same font. The very bottom section fonts needs to be changed to match the others. The “About” page had some of the same heading issues with those same sections. I hoe the extra detail helps!

Anymore thoughts?