Viewing 1 replies (of 1 total)
  • Plugin Author iHomefinder, Inc.

    (@ihomefinder)

    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/ 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 or submit a support request at:
    http://www.ihomefinder.com/support/

Viewing 1 replies (of 1 total)
  • The topic ‘Red boxes under certain form fields’ is closed to new replies.