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
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.
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;
}