[Resolved] mini cart css

Home Forums Support [Resolved] mini cart css

Home Forums Support mini cart css

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1568780
    Klaus

    I would like to change the font-weight of the product-names in the mini-cart-dropdown. What css would I have to apply? Thank you, Klaus

    #1568788
    Ying
    Staff
    Customer Support

    Hi Klaus,

    I don’t see the mini cart dropdown activated, can you activate it then I can have a look? Thanks!

    #1568792
    Klaus

    Hi Ying, you have to put a product into the cart, then it works, I can’t do that for you from here. There is a “Shop” in the header-navigation. Just select a product and put it into the cart, you can abandon it afterwards.

    #1568805
    Ying
    Staff
    Customer Support

    Try this CSS:

    .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
        font-weight: 400;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if it works!

    #1568808
    Klaus

    Yes, it works and looks much better. That was quick, like 10 minutes from posting my problem to your solution. Thanks a lot. Klaus

    #1568854
    Ying
    Staff
    Customer Support

    You are welcome 🙂

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