Home › Forums › Jevelin Theme › Style help
Home › Forums › Jevelin Theme › Style help
Hi there,
Can you please help me on the following for this page https://www.rociocarvajal.com/contact/
thank you so much
Please ignore question 1 as I have now worked out the padding – thanks.
If you can advise about question 2 and 3 that would be great. Also – how can I reduce the text on the contact form copy for the ghost fields and for the submit button text? thanks again
Hi @Lonartorg,
I hope you are well today and thank you for your questions.
On the ghost text for the form the text is in italics, how can I do this straight?
On the submit button, how can I make the colour text for this word “submit” only for this and the outside line of the button navy blue#01426A ?
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.wrap-forms *::-webkit-input-placeholder { font-style: normal !important; } .wrap-forms *:-moz-placeholder { font-style: normal !important; } .wrap-forms *::-moz-placeholder { font-style: normal !important; } .wrap-forms *:-ms-input-placeholder { font-style: normal !important; } #page-container .contact-form input[type="submit"] { color: #01426A; border: 1px solid #01426A; }
Also – how can I reduce the text on the contact form copy for the ghost fields and for the submit button text? thanks again
I am not sure I understood exactly what you are trying to achieve here so could you please describe it a bit more in detail?
Best regards,
Shufflehound team