Change "Subscribe to our emails" color into white on all tab/menu at bottom footer

hi

i want to Change “Subscribe to our emails” color into white on all tab/menu at bottom footer.

and already find the solution, an expert give me below script. but it only change the color on home page .

but what i want is, all the color on each menu/tab to change to white

here is the script:

.newsletter__wrapper h2.h2, h2.footer-block__heading {
color: #fff !important;
}

and other tab/menu still not change like below:

thanks

Hi @v10plus ,

Can you please give the url of store? I will check then provide the solution for you, thanks!

https://v10plus.com/

thanks

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Hi @v10plus

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.

footer

.newsletter__wrapper .h1{
     color:#fff !important;
}

Furthermore, all of your pages show the text that is highlighted in below image


plz find that line in your theme.liquid file and replace it with the below code


wow

working good!

thanks a lot