Title: Button Color problem
Last modified: November 10, 2021

---

# Button Color problem

 *  Resolved [chauchaunt](https://wordpress.org/support/users/chauchaunt/)
 * (@chauchaunt)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/button-color-problem/)
 * Hello,
 * I have a problem about the button of product carousel widget.
 * I make change of style of the button already, the color of the “link” button 
   can be display correctly as my setting, but “add to cart button” did not display
   correctly.
 * I can not find what wrong with this, could you please give some advice, thank
   you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-color-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Abid Hasan](https://wordpress.org/support/users/abidhasan112/)
 * (@abidhasan112)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/button-color-problem/#post-15058533)
 * Hi [@chauchaunt](https://wordpress.org/support/users/chauchaunt/) ,
 * It seems you’ve set some global color hence it’s not working correctly on the
   frontend. We will deeply investigate this in the future.
 * For the time being, please add this custom CSS on your stylesheet to get this
   done:
 *     ```
       .eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button{
       	background: transparent !important;
       	color: #e06800 !important;
       }
   
       .eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button:hover{
       	background: #e06800 !important;
       	color: #ffffff !important;
       }
       ```
   
 * **NOTE:** You can simply add custom CSS by navigating to your WordPress Dashboard-
   > Appearance -> Customize.
    After you are on the Customizer page, search for 
   the “**Additional CSS**” option. You can then go ahead and insert CSS Code.
 * Thank you!
 *  Thread Starter [chauchaunt](https://wordpress.org/support/users/chauchaunt/)
 * (@chauchaunt)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/button-color-problem/#post-15059341)
 * Thank you Abid,
 * I add the custom CCS and fixed the problem now.

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

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

 * ![](https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.
   gif?rev=3182943)
 * [Essential Addons for Elementor - Popular Elementor Templates & Widgets](https://wordpress.org/plugins/essential-addons-for-elementor-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/essential-addons-for-elementor-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/reviews/)

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