How do it change the text colour of the email sign up section on my password page

Solved

How do it change the text colour of the email sign up section on my password page

DD2024
Tourist
13 0 1

Hi,

I would like to change the text colour from black to white of the email sign up section on the password page of my website. See the screenshot below.

Thanks in advance.

Screen Shot 2024-12-19 at 1.31.49 pm.png

Accepted Solution (1)
Guleria
Shopify Partner
3944 791 1122

This is an accepted solution.

Hello @DD2024 ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your section-password.css file and paste the following code at the bottom:

.email-signup-banner__box .email-signup-banner__heading, .email-signup-banner__box div, .email-signup-banner__box form, .email-signup-banner__box form label {
    color: #fff !important;
}
.email-signup-banner__box form input {
    color: #fff !important;
    border: solid 1px #fff !important;
}

 

Regards
Guleria

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 4 (4)

DD2024
Tourist
13 0 1

The text appears white on the mobile version but not the desktop version.

Guleria
Shopify Partner
3944 791 1122

This is an accepted solution.

Hello @DD2024 ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your section-password.css file and paste the following code at the bottom:

.email-signup-banner__box .email-signup-banner__heading, .email-signup-banner__box div, .email-signup-banner__box form, .email-signup-banner__box form label {
    color: #fff !important;
}
.email-signup-banner__box form input {
    color: #fff !important;
    border: solid 1px #fff !important;
}

 

Regards
Guleria

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

DaisyVo
Shopify Partner
2474 315 363

HI @DD2024 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

body.password.gradient .email-signup-banner__box.banner__box.newsletter.newsletter__wrapper * {
    color: white !important;
}
body.password.gradient .email-signup-banner__box.banner__box.newsletter.newsletter__wrapper  .newsletter-form__field-wrapper {
    border: white !important;
}
body.password.gradient .email-signup-banner__box.banner__box.newsletter.newsletter__wrapper .newsletter-form__field-wrapper .field::after {
    box-shadow: 0px 0px 1px 1px white;
}

 

Here is the result: DaisyVo_0-1734577634600.png

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

AnneLuo
Shopify Partner
1228 220 250

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag

<style>
 .banner--medium.banner--desktop-transparent .banner__box,
.email-signup-banner__box .email-signup-banner__heading,
.newsletter__wrapper>*+*,
.field__label {
    color: #fff !importnt;
}
.banner--desktop-transparent .email-signup-banner__box .field__input {
    color: #fff !importnt;
    border: solid 1px #fff !importnt;
}
.field__input:focus,
.field:after {
    box-shadow: unset !important;
}

</style>

Result:

AnneLuo_0-1734577806231.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee