Change text font dropdown cart, cart and checkout
-
Hi,
How can I the text fonts of the dropdown cart, cart and checkout bigger?
See attachments.
Thanks,
Michael
Attachments:
You must be
logged in to view attached files.
Hi,
I have provided login credentials.
Thanks,
Michael
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.widget_shopping_cart .product_list_widget li>a {
font-size:16px;
}
.shop_table.cart {
font-size:16px;
}
.bundled_table_item .product-name,
.bundled_table_item .product-price,
.bundled_table_item .product-quantity,
.bundled_table_item .product-subtotal,
.bundled_table_item .product-total {
font-size: 100%;
}
.bundled_table_item .bundled_table_item_indent {
padding-left: 0;
}