Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #292220
    Hans
    Participant

    Hello Skandha,

    The same problem with the link color occurs on the shopping cart popup.
    See:https://1drv.ms/u/s!AlMivTDXp7Eso8t7M7DI7ipyKW6wtQ?e=n2xdAP

    is it possible to give the words on the popup after clicking on the shopping cart icon, the color black.

    I wonder if it is easier to let the link color in standard color and only give the css to change the link color in the menu.

    However I think this link color is the last color with problems.

    Kind regards

    Hans Hagmeijer

    #292258
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-cart .woocommerce ul.cart_list li a, .site-header-cart .woocommerce ul.product_list_widget li a {
        color: #000;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #292265
    Hans
    Participant

    Hello Skandha,

    This is working fine.
    Thanks.

    Kind regards

    Hans Hagmeijer

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Link color shopping cart popup’ is closed to new replies.