Title: disable theme customization api (button hover not working)
Last modified: August 21, 2016

---

# disable theme customization api (button hover not working)

 *  Resolved [muzli](https://wordpress.org/support/users/muzli/)
 * (@muzli)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/disable-theme-customization-api-button-hover-not-working/)
 * Hi there!
    I would like to deactivate somehow the accent color function of the
   theme customization api, because it adds inline css which I can’t overwrite. 
   Because of this the nice hover effect won’t work with the buttons. Thank you 
   for your help!
 * ps: site: [http://muzli.hostoi.com/](http://muzli.hostoi.com/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [muzli](https://wordpress.org/support/users/muzli/)
 * (@muzli)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/disable-theme-customization-api-button-hover-not-working/#post-5087065)
 * Hey guys!
    I’ve solved the problem. I write it down if anybody else need help
   as well. So, in _functions.php_ you have to comment out lines from 416 to 484.
   That’s it. If you done this, custumization api will be disabled.
 *     ```
       <!--Customizer CSS--> 
   
       	      <style type="text/css">
       	           <?php self::generate_css('.blog-title a:hover', 'color', 'accent_color'); ?>
       	           <?php self::generate_css('.blog-menu a:hover', 'color', 'accent_color'); ?>
       ...and so on 'till the end of the same starting lines.
       ```
   
 * Good luck!

Viewing 1 replies (of 1 total)

The topic ‘disable theme customization api (button hover not working)’ is closed
to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hemingway/2.3.2/screenshot.jpg)
 * Hemingway
 * [Support Threads](https://wordpress.org/support/theme/hemingway/)
 * [Active Topics](https://wordpress.org/support/theme/hemingway/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hemingway/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hemingway/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [button hover](https://wordpress.org/support/topic-tag/button-hover/)
 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * 1 reply
 * 1 participant
 * Last reply from: [muzli](https://wordpress.org/support/users/muzli/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/disable-theme-customization-api-button-hover-not-working/#post-5087065)
 * Status: resolved