Comments chieu-duong started the conversationJuly 30, 2018 at 5:48amHi there, me again. 1. I have some trouble with change text-color and button color in my contact page, plz help me or give me a css code example to change it. thanks! 2. I want to change the space between sidebar and my content in all page, how can i do that?Thanks! 2,700PenciDesign repliedJuly 30, 2018 at 7:33amHi,1/ For change color for text on the left, let's change it like on this imageTo change the text & border color on your contact page, please add more this code to Customize > Custom CSS: .wpcf7 input::placeholder { color: #ffffff; opacity: 1; } .wpcf7 input:-ms-input-placeholder { color: #ffffff; } .wpcf7 input::-ms-input-placeholder { color: #ffffff; } .wpcf7 input{ color: #ffffff; border-color: #ffffff; } .wpcf7 input[type="submit"], .wpcf7 input[type="submit"]:hover{ background: #ba8059; color: #ffffff; } Change color code #ffffff on 4 first lines to color for input text you want.Change color code #ba8059 & #ffffff to change color for your submit button.2/ To do that, please add more this code to Customize > Custom CSS: .container.penci_sidebar #main{ padding-right: 30px; } Change number 30 to value you want.Best Regards,PenciDesignchieu-duong repliedJuly 30, 2018 at 9:44amIt works but seems some problems here:https://scontent.fsgn3-1.fna.fbcdn.net/v/t1.15752-9/38032599_1894493150593776_4608689707507777536_n.png?_nc_cat=0&oh=14d3ffe898d6028fcbb2687930e48242&oe=5C11566FOne text doesn't change its color! 2,700PenciDesign repliedJuly 30, 2018 at 9:50amHi,Ah, ok. Please add more this code for that: .wpcf7 textarea::placeholder { color: #ffffff; opacity: 1; } .wpcf7 textarea:-ms-input-placeholder { color: #ffffff; } .wpcf7 textarea::-ms-input-placeholder { color: #ffffff; } .wpcf7 textarea{ color: #ffffff; border-color: #ffffff; } Best Regards,PenciDesign Sign in to reply ...
Hi there, me again.
1. I have some trouble with change text-color and button color in my contact page, plz help me or give me a css code example to change it. thanks!
2. I want to change the space between sidebar and my content in all page, how can i do that?
Thanks!
Hi,
1/ For change color for text on the left, let's change it like on this image
To change the text & border color on your contact page, please add more this code to Customize > Custom CSS:
Change color code #ffffff on 4 first lines to color for input text you want.
Change color code #ba8059 & #ffffff to change color for your submit button.
2/ To do that, please add more this code to Customize > Custom CSS:
Change number 30 to value you want.
Best Regards,
PenciDesign
It works but seems some problems here:
https://scontent.fsgn3-1.fna.fbcdn.net/v/t1.15752-9/38032599_1894493150593776_4608689707507777536_n.png?_nc_cat=0&oh=14d3ffe898d6028fcbb2687930e48242&oe=5C11566F
One text doesn't change its color!
Hi,
Ah, ok. Please add more this code for that:
Best Regards,
PenciDesign