Cant change the color of this icon, even through css

This topic has 8 replies, 2 voices, and was last updated 4 months ago ago by Rose Tyler

  • Avatar: Hanzla Nadeem
    Hanzla Nadeem
    Participant
    January 4, 2024 at 16:08

    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

    https://imgur.com/a/C8FpWJK

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2024 at 16:56

    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

    Avatar: Hanzla Nadeem
    Hanzla Nadeem
    Participant
    January 4, 2024 at 21:31

    zyora.com.pk wishlist in header and also cart in header

    https://imgur.com/a/tveG4Xi

    here is the link

    same button border issue goes with view cart button in the popup

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2024 at 08:45

    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

    Avatar: Hanzla Nadeem
    Hanzla Nadeem
    Participant
    January 5, 2024 at 12:06

    I have tried the code but it still didn’t work

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2024 at 12:17

    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

    Avatar: Hanzla Nadeem
    Hanzla Nadeem
    Participant
    January 5, 2024 at 12:33

    Thanks a lot!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2024 at 14:25

    Hello, Hanzla Nadeem,

    You’re welcome!

    Warm regards,
    The 8Theme Team

  • Viewing 8 results - 1 through 8 (of 8 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.