Changing the colour on the customer login on Ride theme?

How do you change the colour to match the rest of your website? I have to say this theme can be super frustrating sometimes.

1 Like

Hi @RhondaB

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

Hi @RhondaB ,

You can try this code by following these steps:

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

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

my store is

www.brandowsoap.ca

password is Grsrsg99

1 Like

No unfortunately that didnt work. Im looking for the gradient colour like the rest of the site. As far as I can see its my customer login, 404 page, search that are still black and have no option to change the colour.

also registration.

Thanks for the info, but it a wrong password.

Sorry, try: Gerbear99

1 Like

or this one: Racing49*, lol

Thanks for the info, I try to transparent the the section but no luck at all.

Check this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
main#MainContent {
    background: linear-gradient(180deg, rgba(255, 211, 226, 1), rgba(168, 255, 251, 1) 100%);
}

input#CustomerEmail, input#CustomerPassword, .customer button {
    background: transparent;
}
form#customer_login a, .customer button {
    color: white;
    
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

That worked! How do I change the colour of the outline of the boxes to black and the boxes be white? Also the font to black?