in the customer login, the email and password box background color is dark grey and the text when your type is white but cant see the boxes as everything is dark grey and black, also where it shows “email” and “password” is also dark grey so cant see anything, just want to change the box color to white and the writing to black so it is visible
@rov1 - can you share website link?
Hello @rov1
Can you share store URL?
yes its www.ringofvapes.co.uk
also just realized the email subscribe message is also dark and unable to see
@rov1 - please add this css to the very end of your base.css file and check
.footer-block__heading{color: #fff;}
.newsletter-form__field-wrapper .field__input {color: #000; background-color: #fff;}
yes that has now worked for the email subscribing thank you! , only the email and password login boxes need sorting now
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
@rov1 - add this as well
.customer .field input {background-color: #fff; color: #000;}
that worked perfectly also! exactly what i wanted thank you!
Thankyou!
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
do i still add this last one you sent me? if so where am i adding it to? thanks
@rov1 - I think you have added code given by @niraj_patel , so you do not need to add this last one
ah i see okay thank you!!
can you help with the contact form also? it has the same issue as the login page
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
