Title: Red boxes under certain form fields
Last modified: August 21, 2016

---

# Red boxes under certain form fields

 *  Resolved [karlmevans](https://wordpress.org/support/users/karlmevans/)
 * (@karlmevans)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/red-boxes-under-certain-form-fields/)
 * When I insert widgets using shortcode, I’m getting red boxes appearing below 
   certain form fields and cannot figure out where they are coming from. It doesn;
   t seem to happen using sidebar widgets, only shortcode forms. I’m assuming some
   sort of css conflict, but I can’t find it. Any idea what I should be looking 
   for? Example can be found at [http://cbhoustonrealestate.com](http://cbhoustonrealestate.com)
   on the home page.
 * [https://wordpress.org/plugins/optima-express/](https://wordpress.org/plugins/optima-express/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [iHomefinder, Inc.](https://wordpress.org/support/users/ihomefinder/)
 * (@ihomefinder)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/red-boxes-under-certain-form-fields/#post-5111529)
 * Hey Karl,
 * You are correct that this is caused by a CSS conflict with your theme. Those 
   red boxes are actually labels in the ‘error’ class. You’ll notice that if you
   go to: [http://cbhoustonrealestate.com/homes-for-sale-search/](http://cbhoustonrealestate.com/homes-for-sale-search/)
   the boxes appear there and if you put in a ‘Min Price’ that is greater than the
   specified ‘Max Price’ that error field will have some text in it. If you add 
   the following CSS to the CSS override section of the plugin, this will be resolved:
 * div#ihf-main-container label.error[style] {
    background:none !important; }
 * The CSS override section of the plugin can be found in the Dashboard under Optima
   Express > Configuration.
 * If you have any further questions, feel free to email [support@ihomefinder.com](https://wordpress.org/support/topic/red-boxes-under-certain-form-fields/support@ihomefinder.com?output_format=md)
   or submit a support request at:
    [http://www.ihomefinder.com/support/](http://www.ihomefinder.com/support/)

Viewing 1 replies (of 1 total)

The topic ‘Red boxes under certain form fields’ is closed to new replies.

 * ![](https://ps.w.org/optima-express/assets/icon-256x256.png?rev=2288316)
 * [Optima Express IDX](https://wordpress.org/plugins/optima-express/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/optima-express/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/optima-express/)
 * [Active Topics](https://wordpress.org/support/plugin/optima-express/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/optima-express/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/optima-express/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [iHomefinder, Inc.](https://wordpress.org/support/users/ihomefinder/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/red-boxes-under-certain-form-fields/#post-5111529)
 * Status: resolved