Title: Removing Class Name Panel From Widget Wrapper
Last modified: August 22, 2016

---

# Removing Class Name Panel From Widget Wrapper

 *  [Fvaldes4111](https://wordpress.org/support/users/fvaldes4111/)
 * (@fvaldes4111)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/removing-class-name-panel-from-widget-wrapper/)
 * I am using Zurb Foundation 5 and the class named “panel” has a styling that I
   wish to not use for all my post sections. I still need to use the class name “
   Panel” else where on my site so just removing that from the Foundation css file
   will not work.
 * Where in the plugin code does it write this class name? I would like to remove
   this. I noticed it will not change outcome.
 * Thanks!
 * [https://wordpress.org/plugins/siteorigin-panels/](https://wordpress.org/plugins/siteorigin-panels/)

Viewing 1 replies (of 1 total)

 *  [redmarketing](https://wordpress.org/support/users/redmarketing/)
 * (@redmarketing)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/removing-class-name-panel-from-widget-wrapper/#post-5297868)
 * Hey,
 * unfotunately, I wasn’t able to find a filter to solve this problem in a more 
   clean way. You can change row 828 in ‘siteorigion-panels.php’.
 * From:
    `$classes = array( 'panel', 'widget' );` To: `$classes = array('widget');`
 * But I wouldn’t do that. I would propose to change the style like you want it 
   just for SiteOrigion Panels. If you send me a link to the page, I will give you
   the necessary css-code.

Viewing 1 replies (of 1 total)

The topic ‘Removing Class Name Panel From Widget Wrapper’ is closed to new replies.

 * ![](https://ps.w.org/siteorigin-panels/assets/icon.svg?rev=2556869)
 * [Page Builder by SiteOrigin](https://wordpress.org/plugins/siteorigin-panels/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/siteorigin-panels/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/siteorigin-panels/)
 * [Active Topics](https://wordpress.org/support/plugin/siteorigin-panels/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/siteorigin-panels/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/siteorigin-panels/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [styling](https://wordpress.org/support/topic-tag/styling/)
 * [text widget](https://wordpress.org/support/topic-tag/text-widget/)

 * 1 reply
 * 2 participants
 * Last reply from: [redmarketing](https://wordpress.org/support/users/redmarketing/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/removing-class-name-panel-from-widget-wrapper/#post-5297868)
 * Status: not resolved