This topic has 7 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hi I try to change the color of backgorund of this pages:
https://www.spall.es/en/about-us
https://www.spall.es/en/club-access
https://www.spall.es/en/contacts
But I dont get to put white, all the texts and box unconfigured, please help me?
Thanks
Hello,
Add this code in Custom css for page:
1.
.page-wrapper, .title span, .page-wrapper .container {
background: white;
}
.title span {
color: black;
}
2.
.page-wrapper, .title span, .page-wrapper .container, .woocommerce-form .input-text {
background: white;
}
.title span, #customer_login h2, .woocommerce-LostPassword a {
color: black;
}
3.
.page-wrapper, .title span, .page-wrapper .container, #contact-form input, #contact-form textarea {
background: white;
}
.title span, h3, strong, h6, a {
color: black;
}
Regards
Hi, sorry but 2 is all white, teh others very good thanks!
Hi, I see where is the problem, when are register and you are in the same page, the colors are diferent…
Hello,
Sorry for the delay.
2. Please change the previous code to:
.page-wrapper, .title span, .page-wrapper .container, .woocommerce-form .input-text {
background: white;
}
.title span, #customer_login h2, .woocommerce-LostPassword a, .woocommerce-MyAccount-navigation a, .woocommerce-MyAccount-content a, strong {
color: black;
}
Also https://www.spall.es/en/register
http://prntscr.com/jzv14g
#wp_signup_form input {
background-color: white;
}
.title:before {
display: none;
}
Regards
Hi, perfect!! very good thanks! No worries for the delay, I understand tha you hev more work.
Thanks
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up