• Resolved karennel

    (@karennel)


    I want to change the text color and size in woocommerce drop down minicart (which drops down when you hover over the cart icon in main menu.
    The problem is that the font color and size of product(event) name is different to the details below it and the dark font of the product name is hard to read against the dark background – I want them to all be same size and color.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this custom css:

    .mk-shopping-cart-box .product_list_widget li a,
    #mk-header-checkout .product_list_widget li a,
    .mk-shopping-cart-box .product_list_widget li span,
    .mk-shopping-cart-box .total,
    .mk-shopping-cart-box .widget_shopping_cart .total strong {
      font-size:16px !important;
      line-height:21px !important;
      color:#fff!important;
      font-weight:normal !important;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter karennel

    (@karennel)

    That worked perfectly – thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need to change font color and size for Woocommerce MiniCart’ is closed to new replies.