Hi there,
I’m using the dark transparent skin for the contact form – same form across all the site.
CHANGE SUBMIT BUTTON COLOURS
I’d like to change the background colour/ border colour and font colours.
CHANGE COLOUR OF “SUBMITTING FORM” TEXT/OUTLINE
Also like to change the colours of the button/font/ outlines which appear when the submit button is clicked and the form is sent – at present they are a yellow-green colour.
Is this possible via CSS please.
Thanks for your help/
Carole Anne
Hi Carole Anne,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
Hi Rikard
Posted the link in the Private Content section.
Thanks
CA
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-2 input[type=submit] {
background-color: yellow;
border-color: green;
}
.page-id-2 .valid .input_checkbox_label {
color: red;
}
Best regards,
Rikard
Hi Rikard,
I tried the css as above – but it’s not targeting the Contact Form submit button at all.
I want to use the ‘Dark Transparent’ contact skin – but I’d like to change the colour of the submit button to #e74a10.
Thanks for your help with this.
CA
Hi cab72,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top.page-id-2 .av-custom-form-color #element_avia_7_1 + .form_element .button {
background-color: #e74a10;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
That worked perfectly, thanks!
Kind Regards
Carole Anne
Hi,
Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
No more help needed on this topic Rikard. Can be closed.
Thanks again!
Hi cab72,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria