• Resolved stevenjavier09

    (@stevenjavier09)


    Hi team,

    I’m using this plugin on my site at bondi hemp oil but wondering how I can actually edit the font, button colour and button format without buying the premium version of the plugin.

    Basically I want the font to look like my site, the button to not be bevelled and just be flat, but also change the button colour to also match my site colours and use hex #d9b467

    Would i need to use css or something for this ? please let me know!

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @stevenjavier09,

    Thanks for reaching out to us.

    This can be modified using custom CSS. While this is beyond the scope of our support, we are making an exception. Please use the following CSS code:

    .mc4wp-form input[type="submit"] {
        border: none;
        box-shadow: none;
        background-color: #d9b467 !important;
    }

    The shadow is added by some CSS in your theme and the above code will override it and give the button the same color that you specified.

    You can add this code to your website using 3rd party plugin such as https://www.ads-software.com/plugins/simple-custom-css/ or in your theme options if it has a field to add “Custom CSS”.

    I hope that answers your query. Let us know if you have any further questions.

    Thread Starter stevenjavier09

    (@stevenjavier09)

    Perfect – thank you that has fixed my issue, just inserted the CSS into my on page editor

    Much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing contact form font and colours’ is closed to new replies.