Everest Forms Documentation

Step by step documentation to set up a form for your website.

Where do I add my custom CSS?

Sometimes design issues might come because of the conflict between the theme and plugin or you might need to make a new design according to the site’s requirements, At that time you need to add Custom CSS.

Well, adding Custom CSS code is quite straightforward as long as you are familiar with the basics of HTML and CSS. Follow the steps below to add the CSS written by you or provided via our support channel.

  • Go to Appearance >>Customize>>Additional CSS
  • Add the CSS code inside the editor.
  • Click on Publish button of Customizer.

For example: If you want to change the Button Color of the Everest Form, you can add the following CSS code inside the Additional CSS box as shown below:

.everest-forms button[type=submit] {
background-color: #5b9bf8;
color: #fff;
}

Powered by BetterDocs

Scroll to top