Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #883187

    Hi, underneath the cart there is at the right top a cart information. I need to change the color of the font. The background is black and you can’t see what is written there…so I would like to change the hover color to grey and secondly I would like to change the font color to white…is that possible? Thanks a lot! See Link! Thanks!

    #883805

    Hey nadinedomnink,

    Please try the following in Quick CSS under Enfold->General Styling:

    .widget_shopping_cart_content * {
      background-color:white !important;
    }

    Best regards,
    Rikard

    #884402

    Thanks, but the last part is still black…it should say “Check out” I guess…could you please change the font to white? Then it is ok…thanks

    #884547

    Hi,

    Please try this as well:

    .woocommerce-mini-cart__buttons a {
      color:white !important;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.