How to change the text color of the products in cart and hover it with different text color

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

  • Avatar: ciddiki
    ciddiki
    Participant
    February 8, 2023 at 14:14

    Hi

    Can you please let me know how to change the text color for the products in cart view and hover view with different text color for text of products

    null

    Regards

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 8, 2023 at 17:21

    Hello, Ciddiki,

    The next custom CSS code can be used:

    header .product_list_widget li .product-title a {
        color: red !important;
    }
    header .product_list_widget li .product-title a:hover {
        color: #222 !important;
        opacity:1 !important;
    }

    Best Regards,
    8Themes Team

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

You must be logged in to reply to this topic.Log in/Sign up

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