↧
Answer by tenken for How do I remove a DIV from the rendered result of a BEF...
why not just write CSS that targets this item and removes any css applied by the default bootstrap .form-group ?For example the rule could look like:div.from-type-bef-checkbox.form-group { /* then...
View ArticleHow do I remove a DIV from the rendered result of a BEF exposed form?
I'm using Bootstrap as my theme and Better Exposed Filters to generate check boxes for term filters that are exposed to my visitors/users. Unfortunately, Bootstrap adds a "form-group" class to all...
View Article