Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #2999270
change color and appearance of delete icon
Closed

Comments

  •  1
    thomas started the conversation

    hello i like to change the color of the red delete icon for the mini cart and normal cart to the main theme highlight color.

    also i found a little bug in the minicart, where the delete cross is somehow cutoff.

    thanks and all my best

  •  225
    Milingona replied

    Hi,

    You can fix that by adding the following at Bakery > Custom Code > Custom CSS.

    .woocommerce ul.product_list_widget {
        overflow: initial !important;
    }
    .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove {
        background-color: #ff0000;
    }

    Kind regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  •  1
    thomas replied

    aweseome this works - please close this ticket now.

    thanks a lot

  •  225
    Milingona replied

    You're most welcome!


    Milingona Support

    Follow on     Envato     Facebook     Twitter