Skip to content
Public Ticket #3757

Font

Conversation thread

PenciDesign replied

Staff Reply

Hi,

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

PenciDesign replied

Staff Reply

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:

\
.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,

PenciDesign

chieu-duong started the conversation

Conversation Start

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!

Want to join this conversation or access attachments? Sign in first.