Awesome! But how would I change the color of the button to purple? I see there are classes used for the button but I'm not sure where the styles are coming from... thanks
The colors are coming from the theme itself. Please add the following style at Appearance > Customize > Additional CSS.
.wpcf7 input[type=submit] {
border-color: red !important;
color: red !important;
}
.wpcf7 input[type=submit]:hover {
border-color: blue !important;
color: blue !important;
}
The colors are only examples.
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Hi there,
I have imported Contact Form 7 on the website but it doesn't really match the style of the theme, is there any way for me to make it fit?
Thanks
Hi David,
I will export the contact forms that are included on our demo, please import them and watch their structure.
You can import them on Tools > Import > WordPress. Make sure first to extract the zip file.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Awesome! But how would I change the color of the button to purple? I see there are classes used for the button but I'm not sure where the styles are coming from... thanks
Hi David,
The colors are coming from the theme itself. Please add the following style at Appearance > Customize > Additional CSS.
The colors are only examples.
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Thank you so much for your help, everything works now!
You are welcome anytime, feel free to ask for anything you need
If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.
Kind Regards,
NeuronThemes
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.