Okay
  Public Ticket #2144846
Contact Form 7
Closed

Comments

  • davidgilman started the conversation

    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

  •  675
    Neuron replied

    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.

  • davidgilman replied

    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

  •  675
    Neuron replied

    Hi David,

    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.

  • davidgilman replied

    Thank you so much for your help, everything works now!

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    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.