Title: Modifier html output
Last modified: November 14, 2022

---

# Modifier html output

 *  Resolved [giuseppedichiara](https://wordpress.org/support/users/giuseppedichiara/)
 * (@giuseppedichiara)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/modifier-html-output/)
 * Hi,
 * I can not understand how to control the output html. Through the template overriding
   I can control the individual elements but I have no way to control the html output
   of the block.
    For example I would need to make a div flex for some of the fields
   and send the wrapped buttons aligned to the right but I do not understand how
   and if I can control the output html, right?
    -  This topic was modified 3 years, 6 months ago by [giuseppedichiara](https://wordpress.org/support/users/giuseppedichiara/).

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

 *  Thread Starter [giuseppedichiara](https://wordpress.org/support/users/giuseppedichiara/)
 * (@giuseppedichiara)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/modifier-html-output/#post-16195736)
 * Hi,
 * i solved
 *  Plugin Author [stepasyuk](https://wordpress.org/support/users/stepasyuk/)
 * (@stepasyuk)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/modifier-html-output/#post-16195753)
 * Hi [@giuseppedichiara](https://wordpress.org/support/users/giuseppedichiara/)
 * Thank you for using Filter Everything plugin.
 * In general if you want to change HTML around filter buttons (Apply and Reset)
   you have to override the `apply-button.php` template. If you want to change buttons
   in the pop-up mobile widget, you have to override the `bottom-controls.php` template.
 * Also you can use next hooks to place custom HTML in the Filters widget:
    do_action(‘
   wpc_before_filters_widget’, $args, $instance ); do_action( ‘wpc_before_display_filters_widget’,
   $setId, $args, $instance ); do_action( ‘wpc_before_mobile_filters_widget’, $setId,
   $args, $instance ); do_action( ‘wpc_after_mobile_filters_widget’, $setId, $args,
   $instance ); do_action( ‘wpc_after_filters_widget’, $args, $instance );
 * You can find them all in the `/wp-content/plugins/filter-everything-pro/src/Admin/
   Widgets/FiltersWidget.php` file.
 * I hope this will be helpful to solve your problem 🙂
 *  Plugin Author [stepasyuk](https://wordpress.org/support/users/stepasyuk/)
 * (@stepasyuk)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/modifier-html-output/#post-16195763)
 * [@giuseppedichiara](https://wordpress.org/support/users/giuseppedichiara/)
 * I’m glad that your problem was solved and thank you for your notice abou that.
 * I would be thankful for a positive review about the plugin here on WordPress.
   org – [https://wordpress.org/support/plugin/filter-everything/reviews/](https://wordpress.org/support/plugin/filter-everything/reviews/)
 * Thank you in advance!
 *  Thread Starter [giuseppedichiara](https://wordpress.org/support/users/giuseppedichiara/)
 * (@giuseppedichiara)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/modifier-html-output/#post-16197449)
 * Yes, thanks. I’ll give you a 5 Star review

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

The topic ‘Modifier html output’ is closed to new replies.

 * ![](https://ps.w.org/filter-everything/assets/icon-256x256.png?rev=3487105)
 * [Filter Everything — WordPress & WooCommerce Filters](https://wordpress.org/plugins/filter-everything/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/filter-everything/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/filter-everything/)
 * [Active Topics](https://wordpress.org/support/plugin/filter-everything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/filter-everything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/filter-everything/reviews/)

## Tags

 * [auto](https://wordpress.org/support/topic-tag/auto/)
 * [car](https://wordpress.org/support/topic-tag/car/)
 * [filter](https://wordpress.org/support/topic-tag/filter/)
 * [filtering](https://wordpress.org/support/topic-tag/filtering/)

 * 4 replies
 * 2 participants
 * Last reply from: [giuseppedichiara](https://wordpress.org/support/users/giuseppedichiara/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/modifier-html-output/#post-16197449)
 * Status: resolved