Title: Remove Shortcodes Style
Last modified: July 1, 2018

---

# Remove Shortcodes Style

 *  [bkonia](https://wordpress.org/support/users/bkonia/)
 * (@bkonia)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/remove-shortcodes-style/)
 * In the plugin settings, I have “Remove Shortcodes Style” enabled. However, it’s
   still applying styles to my shortcodes content. For example, .spu-box h3 has 
   a margin and font size applied, which is conflicting with the styles from my 
   theme. I know I can override this using !important, but I shouldn’t have to. 
   When “Remove Shortcodes Style” is enabled, it shouldn’t apply any styles to shortcodes
   content.

Viewing 1 replies (of 1 total)

 *  Plugin Support [gonzalesc](https://wordpress.org/support/users/gonzalesc/)
 * (@gonzalesc)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/remove-shortcodes-style/#post-10455186)
 * Hi.
 * The option Remove Shortcode Style only apply to social media shortcode that this
   plugin provide.
 * Maybe you can redefine this css if put your custom style after to the plugin 
   Popup style:
 *     ```
       add_action( 'wp_enqueue_scripts', 'custom_enqueue_scripts' ); 
   
       function custom_enqueue_scripts() {
       	wp_enqueue_style( 'custom-spu-css', plugins_url( 'path/your/css/custom_public.css', __FILE__ ), array('spu-public-css'), false );
       }
       ```
   
 * Remember that you must be especific in your propierties.
 * If you like the plugin / support [please leave a short review](https://wordpress.org/support/view/plugin-reviews/popups?filter=5).
   It’s a tremendous help for us!
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Remove Shortcodes Style’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/popups_efeef0.svg)
 * [Popups - WordPress Popup](https://wordpress.org/plugins/popups/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/popups/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/popups/)
 * [Active Topics](https://wordpress.org/support/plugin/popups/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/popups/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/popups/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [gonzalesc](https://wordpress.org/support/users/gonzalesc/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/remove-shortcodes-style/#post-10455186)
 * Status: not resolved