Home › Forums › All Other Themes › Problem with SKT Mechanic
- This topic has 3 replies, 2 voices, and was last updated 1 month, 2 weeks ago by
Sonnal S Sinha.
-
AuthorPosts
-
October 20, 2023 at 2:19 am #208152
Hi,
i have a problem with the label and background color in CF7 with SKT Mechanic.
I would like to change the blue color of the label title and background label in home page on this site: www.sgnoleggio.it/
The title label should be black, and the background color of label text should be white/trasparent.
Can you help me? This is the CSS i used now
/* Contact Form 7 Styles */
.wpcf7 {
background-color: #FFFFFF;
border: 1px solid #DBDBDB
}
.wpcf7-form {
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
.wpcf7-form {
color: #876;
}October 20, 2023 at 3:28 pm #208157Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.wpcf7-form label { color: #282828 !important; } input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], select, textarea { background: rgba(0,0,0,0.03) !important; }
Regards,
ChrisOctober 20, 2023 at 7:48 pm #208163Thank You
October 23, 2023 at 10:35 am #208179Hi,
Welcome 🙂
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.