Body text of multicolumn changing, but not the headers?

Would appreciate your feedback!

I edited the bottom of my base.css with the following:

#shopify-section-template–16550298714345__be4be881-7af8-4f16-94a7-f748e3cfb443 > div {> color: #F6F4F1;> font-family: “customnh”;> text-align: left;> letter-spacing: -.05rem;

This is correctly changing the color of the text, but the headers remain the original color,

Preview link to my shopify store:
https://jjaw8l6b6schtdkd-62886609129.shopifypreview.com

This is PageFly - Free Landing Page Builder.

You can add this code into the theme.css and replace it with the current one you are using

#shopify-section-template--16550298714345__be4be881-7af8-4f16-94a7-f748e3cfb443 .title.h2 ,
#shopify-section-template--16550298714345__be4be881-7af8-4f16-94a7-f748e3cfb443 > div {
color: #F6F4F1;
font-family: "customnh";
text-align: left;
letter-spacing: -.05rem;
}

Hope this can help you solve the issue

Best regards,

PageFly