Title: Dropdown box problem
Last modified: January 2, 2018

---

# Dropdown box problem

 *  Resolved [henrycproject](https://wordpress.org/support/users/henrycproject/)
 * (@henrycproject)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/dropdown-box-problem/)
 * Hi there.
    When I select dropdown field to be Required, it appear as red and 
   bigger on my page. Can it be fixed? Thanks a lot for your help in this matter.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdropdown-box-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/dropdown-box-problem/#post-9827296)
 * Hello,
 * The issue is caused by the style definition:
 *     ```
       .required {
       	color: red;
       	font-size: 18px;
       	line-height: 0;
       }
       ```
   
 * into the “[https://colete.online/wp-content/themes/wp-corporate/style.css&#8221](https://colete.online/wp-content/themes/wp-corporate/style.css&#8221);
   file of the theme active in your website, that is redefining the styles in the
   plugin.
 * A possible solution would be to enter the following style definition through 
   the “Customize Form Design” attribute in the “Form Settings” tab ([https://cff.dwbooster.com/images/documentation/form-settings-tab.png](https://cff.dwbooster.com/images/documentation/form-settings-tab.png)):
 * `#fbuilder .required{color: #777 !important; font-size:1rem !important}`
 * Best regards.
 *  Thread Starter [henrycproject](https://wordpress.org/support/users/henrycproject/)
 * (@henrycproject)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/dropdown-box-problem/#post-9827311)
 * it works… thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Dropdown box problem’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [henrycproject](https://wordpress.org/support/users/henrycproject/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/dropdown-box-problem/#post-9827311)
 * Status: resolved