Re: How can I go about on changing the text colour in the Enter using password page ?

Solved

How can I go about on changing the text colour in the Enter using password page ?

tansrirain458
Tourist
6 0 1

Screenshot 2024-07-01 at 4.15.25 PM.pngHow can I change the text colour on the top right ? Possible to give me step by step instructions . It's using a dawn theme . Website url is : https://www.platoworldwide.com/password

Accepted Solutions (2)

Rahul_dhiman
Shopify Partner
833 158 176

This is an accepted solution.

Hello @tansrirain458 
Go to online store ---------> themes --------------> actions ------> edit code------->base.CSS ------line number 608
check below code there.

.underlined-link, .customer a {
    color: rgba(var(--color-link), var(--alpha-link));
}

and replace with this code.

.underlined-link, .customer a {
color: white !important;
}

 and the result will be
5.png

If this was helpful, hit the like button and mark the job as completed.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Rahul_dhiman
Shopify Partner
833 158 176

This is an accepted solution.

Sure , change the same code with this and save

.underlined-link, .customer a {
    color: #ccff00 !important;
}

and the result will be 
6.png

 

Thanks a lot......!!!

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Replies 6 (6)

WalkYourStyle
Navigator
475 58 79

Hi, I can't see the text in the top right corner. Can you tell me which text you want to modify it's color?

 

 

Rahul_dhiman
Shopify Partner
833 158 176

This is an accepted solution.

Hello @tansrirain458 
Go to online store ---------> themes --------------> actions ------> edit code------->base.CSS ------line number 608
check below code there.

.underlined-link, .customer a {
    color: rgba(var(--color-link), var(--alpha-link));
}

and replace with this code.

.underlined-link, .customer a {
color: white !important;
}

 and the result will be
5.png

If this was helpful, hit the like button and mark the job as completed.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

tansrirain458
Tourist
6 0 1

Thanks so much ! Appreciate it , got it fixed . If it's possible to change to the green that I'm using ?

 

Rahul_dhiman
Shopify Partner
833 158 176

This is an accepted solution.

Sure , change the same code with this and save

.underlined-link, .customer a {
    color: #ccff00 !important;
}

and the result will be 
6.png

 

Thanks a lot......!!!

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

tansrirain458
Tourist
6 0 1

You're a life saver , thanks alot ! God Bless 

Vinsinfo
Shopify Partner
491 167 172

@tansrirain458 Please follow the below steps to change the text colour in the password page. Let me know whether it is helpful for you.

 
1. Go to "Online Store" -> "Themes".
2. Click "Customize" button from the current theme.
3. Search for the "Password" page in the dropdown like in the below attached screenshot.
Vinsinfo_0-1719826318802.png
4. Click the "Password header" to edit like in the below attached screenshot.
Vinsinfo_1-1719826337501.png
5. Find the "Color scheme" and click "Edit" like in the below attached screenshot.
Vinsinfo_2-1719826352129.png

 

6. Make sure the value of the "Outline button" is the custom colour that you want to display the "Enter using password" text like in the below attached screenshot. If not, Please update the "Outline button" value with your custom colour and check.
Vinsinfo_4-1719826879874.png
7. Then the final output will be like,
Vinsinfo_5-1719826896802.png

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support