How can I modify the font and colors of my newsletter?

https://sugar-free-eu.myshopify.com/

password: eveirt

Hi, I would like to change the font of the newsletter header to popins (or similar) and black (it is now white and cannot be seen), botton color to #F1ABAB and field to light gray … tried a couple of solutions, but it just won’t work :confused:

thank you in advance !!

@Eli90 ,

.section-header.text-center {
    color: #000;
}
.placeholder-noblocks {
    color: #000;
}
.section-header.text-center h2 {
    font-size: 18px;
}
#shopify-section-1660913775825fa491 h4.h2 {
    font-size: 18px;
}

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

@oscprofessional thank you very much, but it didn’t work unfortunately :disappointed_face:

@Eli90 ,

h2.h2 {
    color: #000;
}
h4.h2 {
    color: #000;
}
.placeholder-noblocks {
    color: #000;
}

Hi @Eli90 !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation.

Add this Code at the bottom of
Online Store–>Theme->Edit code->Assets->theme.scss

.newsletter-section.index-section--newsletter-background h2 {
    color: #0017ff;
}

.newsletter-section.index-section--newsletter-background p {
    color: #0017ff;
}

Best Regards;

Pagefly