Costumize product page sidebar widget text color

This topic has 3 replies, 2 voices, and was last updated 1 year, 8 months ago ago by Alessandro

  • Avatar: Alessandro
    Alessandro
    Participant
    July 4, 2022 at 13:35

    I’ve added a css for change the text color in the product page sidebar yith widget but seems that is showing the opposite request, what am I making wrong? I want text #eee and text:hover #997fe0

    .sidebar-widget ul li a, .widget_product_categories.sidebar-widget ul li a {
    color: #eee;
    }

    .sidebar-widget ul li a, .widget_product_categories.sidebar-widget ul li a:hover {
    color: #997fe0;
    }

    https://prnt.sc/jb7akY0Z278u

    Thanks in advance for the support

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2022 at 13:52

    Hello,

    Change the code to:
    https://prnt.sc/jrfPOQu9Sdq_

    .sidebar-widget ul li a, .widget_product_categories.sidebar-widget ul li a {
        color: #eee;
    }
    .sidebar-widget ul li a:hover, .widget_product_categories.sidebar-widget ul li a:hover {
        color: #997fe0;
    }

    Regards

    Avatar: Alessandro
    Alessandro
    Participant
    July 4, 2022 at 14:04

    Thank you so much!

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

The issue related to '‘Costumize product page sidebar widget text color’' 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.