Header of WpForms encompasses form title and form description. You can change the design of WpForms header using Styler for WpForms plugin. Follow the below mentioned step by step guide to change the design of header section in WpForms.
- Download and activate Styler for Wpforms from wordpress plugin repository.
- Open the page in which you have added the form in frontend.
- Click on the customize option in admin bar and then navigate to ‘Styler for WpForms’ option.

- Select the form which you want to style.
- Once the form is selected the page will automatically refresh and you will be presented with the option to design the various parts of the form.

- In the form header section you can make the following design changes
- Header Background color: This option will set the background color for header. Both Title and description are part of form header.
- Header border size: This setting sets the width of border for header. You can give any value in px, %, em or pt.
- Header Border Type: This setting defines the type of border which will be used for header. Default setting is ‘inherit’ and you can change it to solid, dotted, dashed , doubled etc.
- Header border color: this option can be used to change the color of header border.
- Header Border Radius: It can be used to define the border radius for header. The values can be given in px, %, em or pt.
- Margin: This setting is used to define the margin of header from its parent element. You can specifiy top, right, bottom and left margin. Ex. 5px 10px 5px 10px
- Padding: This setting is used to define the empty space between the header border and text elements ( Title & description). Its values can be given in a similar way as they are given for margin
Here is the video tutorial demonstrating the steps to change the header design
Steps to Style WpForms Header using CSS
By using the following CSS you can style the header section of your form. You can use any css properties as you like in the below code.
Note: Replace FORMID with your actual form id.
Code Explanation
The above code will change the background color of header section to #f7f7f7, add a padding of 10px and margin of 5px on top, right, bottom.
If you need any help with this tutorial then leave a comment below.

0 Comments