How can I change the color of text in my newsletter tab?

Hello

Is it possible to change the color of the texts in my newsletter tab? If yes, how?

The texts that I want to change its color are pointed by the red arrows.

Thanks in advance.

Hello,
Please share your site url.
So that i can check and let you know the exact solution here.

here it is
https://lorllay.myshopify.com/?_bt=eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaHBzYjNKc2JHRjVMbTE1YzJodmNHbG1lUzVqYjIwR09nWkZWQT09IiwiZXhwIjoiMjAyMC0xMS0yOFQxNTo0ODo1Mi44MTFaIiwicHVyIjoicGVybWFuZW50X3Bhc3N3b3JkX2J5cGFzcyJ9fQ%3D%3D–3b4ed6c1a85cb0d11c5914eda8360102bb7ac340

Thanks.

Holla !

Need password

I’m so sorry!

The password is dresau.

Thank you.

Put to CSS theme.liquid(see doc). The code CSS :

.newsletter .section-header .section-header__title {
    color: red;
}
.newsletter .section-subheading.rte.text-center {
    color: orange;
}