This topic has 8 replies, 2 voices, and was last updated 10 months, 3 weeks ago ago by Rose Tyler
I cant change the color of the icon given in the attachment below.
border color was changed easily through:
border-color: black!important;
but cannot change the color through this code:
color: black!important;
Also i cannot change the border color of ‘wishlist’ which you can see in the same image
these are 2 changes I cannot do
Hello, Hanzla Nadeem,
Thank you for reaching out to us with your concerns regarding the customization of the icon and wishlist border color on your website.
To assist you further, we kindly request the following information:
1. The URL of your website.
2. A screenshot illustrating the wishlist you mentioned.
Once we have the additional details, we will do our best to provide you with the correct CSS code to achieve the desired changes.
Best Regards,
8Theme’s Team
zyora.com.pk wishlist in header and also cart in header
here is the link
same button border issue goes with view cart button in the popup
Hello, Hanzla Nadeem,
We appreciate your prompt response.
Please find below the custom CSS code that may be beneficial for your requirements:
.elementor-menu-cart__product-remove:after, .elementor-menu-cart__product-remove:before {
background-color: black;
}
.et_element .mini-cart-buttons .wc-forward:not(.btn-checkout) {
border-color: black !important;
}
Should you have any further inquiries or require additional assistance, please do not hesitate to reach out.
Warm regards,
The 8Theme Team
I have tried the code but it still didn’t work
Hello, Hanzla Nadeem,
We kindly request that you update the code as follows:
.elementor-menu-cart__product-remove:after, .elementor-menu-cart__product-remove:before {
background-color: black !important;
}
body .et_element .mini-cart-buttons .wc-forward:not(.btn-checkout) {
border-color: black !important;
}
Warm regards,
The 8Theme Team
Thanks a lot!!
Hello, Hanzla Nadeem,
You’re welcome!
Warm regards,
The 8Theme Team
The issue related to '‘Cant change the color of this icon, even through css’' has been successfully resolved, and the topic is now closed for further responses