• Resolved chauchaunt

    (@chauchaunt)


    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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @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

    (@chauchaunt)

    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.