How do I change the colour of the text on password page to same blue as rest of site? http://dialup.store
Hi @dialup
Can you please give me more information about which part of the store you want to modify, currently we can’t find the footer as described on your store.
The password page, currently theme isn’t published but the theme im using is Minimal.
Hi @dialup
Hello, to be able to edit the font color code for the entire page password, you can do the following
Go to Online Store → Theme → Edit code
Find the theme.scss or theme.css file, and add the following to the end of the file:
.password-page__wrapper {
color: #1e84ff;
}
You can customize the color code to your preference.
Hope this helps you.