Title: Choose between Custom CSS shortcode and Original Shortcode
Last modified: December 7, 2018

---

# Choose between Custom CSS shortcode and Original Shortcode

 *  Resolved [lcool3](https://wordpress.org/support/users/lcool3/)
 * (@lcool3)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/choose-between-custom-css-shortcode-and-original-shortcode/)
 * Hello,
 * When editing the shortcodes is there a way to choose between the custom shortcode
   you edited and the original shortcode?
 * For example, you edit the box shortcode and add in some custom CSS as instructed
   in article: [https://docs.getshortcodes.com/article/33-custom-css-editor](https://docs.getshortcodes.com/article/33-custom-css-editor)
 * Once you have added the custom css is there a way to select the original and 
   have the option to choose between the two?
 * Kind regards,
    Luke

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

 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/choose-between-custom-css-shortcode-and-original-shortcode/#post-10961357)
 * Hello Luke,
 * you can apply or disable custom CSS by adding or removing custom CSS class. For
   example, add the following CSS:
 *     ```
       .su-box.my-yellow-box .su-box-content {
         background-color: yellow;
       }
       ```
   
 * Then, apply or remove the custom class on shortcode:
 *     ```
       [su_box] This is a regular box [/su_box]
   
       [su_box class="my-yellow-box"] This box has yellow background [/su_box]
       ```
   
 *  Thread Starter [lcool3](https://wordpress.org/support/users/lcool3/)
 * (@lcool3)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/choose-between-custom-css-shortcode-and-original-shortcode/#post-10962250)
 * Thanks so much!

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

The topic ‘Choose between Custom CSS shortcode and Original Shortcode’ is closed
to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [WP Shortcodes Plugin — Shortcodes Ultimate](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

## Tags

 * [CustomCSS](https://wordpress.org/support/topic-tag/customcss/)

 * 2 replies
 * 2 participants
 * Last reply from: [lcool3](https://wordpress.org/support/users/lcool3/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/choose-between-custom-css-shortcode-and-original-shortcode/#post-10962250)
 * Status: resolved