Title: Suffix !Important not working
Last modified: June 16, 2017

---

# Suffix !Important not working

 *  Resolved [Bert O](https://wordpress.org/support/users/websitehelperberto/)
 * (@websitehelperberto)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/suffix-important-not-working/)
 * – Output –
 *     ```
       array(
         'element'  => array( '.h1', '.h2', '.h3'),
         'suffix'    => '!important',
       ),
       ```
   
 * Can’t seem to get the suffix to work – Trying to add !important but it does not
   render. Any suggestions?
    -  This topic was modified 9 years, 2 months ago by [Bert O](https://wordpress.org/support/users/websitehelperberto/).

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

 *  [Ari Stathopoulos](https://wordpress.org/support/users/aristath/)
 * (@aristath)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/suffix-important-not-working/#post-9252582)
 * It should not be like this:
 *     ```
       'output' => array(
         'element'  => array( '.h1', '.h2', '.h3'),
         'suffix'    => '!important',
       ),
       ```
   
 * it should instead be like this:
 *     ```
       'output' => array(
         array(
           'element'  => array( '.h1', '.h2', '.h3'),
           'suffix'    => '!important',
         ),
       ),
       ```
   
 * If that doesn’t work for you, please open a ticket on the github repository on
   [https://github.com/aristath/kirki/issues](https://github.com/aristath/kirki/issues)
   including the full code of that field so that I may further investigate.
 *  Thread Starter [Bert O](https://wordpress.org/support/users/websitehelperberto/)
 * (@websitehelperberto)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/suffix-important-not-working/#post-9255435)
 * Yes sorted it thanks.

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

The topic ‘Suffix !Important not working’ is closed to new replies.

 * ![](https://ps.w.org/kirki/assets/icon-256x256.jpg?rev=3518366)
 * [Kirki – Freeform Page Builder, Website Builder & Customizer](https://wordpress.org/plugins/kirki/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kirki/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kirki/)
 * [Active Topics](https://wordpress.org/support/plugin/kirki/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kirki/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kirki/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Bert O](https://wordpress.org/support/users/websitehelperberto/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/suffix-important-not-working/#post-9255435)
 * Status: resolved