Home Forums Basel support forum Change text font dropdown cart, cart and checkout

Change text font dropdown cart, cart and checkout

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9319

    mihudesign
    Participant

    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.
    #9338

    mihudesign
    Participant

    Hi,

    I have provided login credentials.

    Thanks,
    Michael

    #9344

    Artem Temos
    Keymaster

    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;
    }
Viewing 3 posts - 1 through 3 (of 3 total)