Title: Button problem
Last modified: June 29, 2021

---

# Button problem

 *  Resolved [tradingwithdavid](https://wordpress.org/support/users/tradingwithdavid/)
 * (@tradingwithdavid)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/button-problem-12/)
 * Hello,
 * when I go to create my sidebar widget, I put the colour of the button in both
   the background and the text. However, this works like a hover, in the widget 
   it’s different. I don’t know where it gets the colours from. You can see the 
   widget I created here [https://tradingwithdavid.com/en/powells-cautious-optimism/](https://tradingwithdavid.com/en/powells-cautious-optimism/)
   In the button, I don’t want the blue border and the text colour I chosen is white,
   not blue. But if you move the mouse on the button, you see exactly the button
   I created. Can you tell me how I can solve this problem?
 * Thank you!
    David
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-problem-12%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Noptin Newsletter Team](https://wordpress.org/support/users/picocodes/)
 * (@picocodes)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/button-problem-12/#post-14618110)
 * Hi Dave,
 * There are some styles that were added to your site customizer that are overriding
   Noptin’s CSS for the button.
 * Add the following via Appearance > Customizer > Custom CSS.
 *     ```
       input.noptin-form-submit.noptin-form-button-block {
           border-color: transparent !important;
           color: #fff !important;
       }
       ```
   
 *  Thread Starter [tradingwithdavid](https://wordpress.org/support/users/tradingwithdavid/)
 * (@tradingwithdavid)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/button-problem-12/#post-14619885)
 * Hi Brian,
 * thank you so much. Now the button is just as I want it.
 * Have a great day!
    David

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

The topic ‘Button problem’ is closed to new replies.

 * ![](https://ps.w.org/newsletter-optin-box/assets/icon-256x256.png?rev=3355797)
 * [Simple Newsletter Plugin - Noptin](https://wordpress.org/plugins/newsletter-optin-box/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/newsletter-optin-box/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/newsletter-optin-box/)
 * [Active Topics](https://wordpress.org/support/plugin/newsletter-optin-box/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/newsletter-optin-box/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/newsletter-optin-box/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [tradingwithdavid](https://wordpress.org/support/users/tradingwithdavid/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/button-problem-12/#post-14619885)
 * Status: resolved