Title: Button Color Wrong
Last modified: September 1, 2016

---

# Button Color Wrong

 *  Resolved [Ardinata](https://wordpress.org/support/users/ardishamwow/)
 * (@ardishamwow)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/button-color-wrong/)
 * My button’s color are not displaying correctly when I change the background of
   my web page. When I disable the web page background color, it is displaying correctly.
 * Here is the page with the buttons:
    [http://www.jakartagamefest.com/tickets](http://www.jakartagamefest.com/tickets)
 * Thanks.
 * [https://wordpress.org/plugins/maxbuttons/](https://wordpress.org/plugins/maxbuttons/)

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

 *  Plugin Author [Bas Schuiling](https://wordpress.org/support/users/basszje/)
 * (@basszje)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/button-color-wrong/#post-7643665)
 * Hi,
 * I see the problem indeed. The offending element that’s setting another background
   over the text item is this one:
 * `.entry-content span`
 * One solution is to get rid of that in the CSS, but if that’s in the theme perhaps
   you can solve it by adding this to your custom CSS:
 *     ```
       .maxbutton .mb-text {
         background: inherit;
       }
       ```
   
 *  Thread Starter [Ardinata](https://wordpress.org/support/users/ardishamwow/)
 * (@ardishamwow)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/button-color-wrong/#post-7643684)
 * Works perfectly!
 * Thanks for the prompt response.
 *  Plugin Author [Bas Schuiling](https://wordpress.org/support/users/basszje/)
 * (@basszje)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/button-color-wrong/#post-7643750)
 * Good to hear that worked!

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

The topic ‘Button Color Wrong’ is closed to new replies.

 * ![](https://ps.w.org/maxbuttons/assets/icon-128x128.png?rev=1378636)
 * [MaxButtons - Create buttons](https://wordpress.org/plugins/maxbuttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/maxbuttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/maxbuttons/)
 * [Active Topics](https://wordpress.org/support/plugin/maxbuttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/maxbuttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/maxbuttons/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Bas Schuiling](https://wordpress.org/support/users/basszje/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/button-color-wrong/#post-7643750)
 * Status: resolved