Home Forums Basel support forum How to increase the font size product names & product variations in the basket?

How to increase the font size product names & product variations in the basket?

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

    matt_coolcanine
    Participant

    Hello,

    Please can someone tell me how you can increase the font size of both the product name and product variation text in the shopping basket?

    Thanks,
    Matt

    #72362

    Hello,

    This is possible with the custom CSS. If you mean title in the shopping cart from the sidebar, add this code:

    .product_list_widget li a {
        margin-bottom: 8px;
        display: block;
        font-size: 12px;
        letter-spacing: .3px;
        text-transform: uppercase;
    }

    Edit this code as per your needs and add into Theme settings > Custom CSS.

    In order to change the font-size on the shopping cart page, edit and add this code:

    .shop_table td.product-name>a {
        color: #424242;
        text-transform: none;
        letter-spacing: .3px;
        display: block;
        font-size: 20px;
    }

    Best Regards

    #72488

    matt_coolcanine
    Participant

    Hello,

    Thank you. This code increases the product name (great) but does not increase the size of the product variation text? See screenshot attached – it is the grey text I am wanting to increase the font size of, on both the sidebar basket and main basket pages.

    Thanks,
    Matt

    Attachments:
    You must be logged in to view attached files.
    #72525

    Hello,

    Please provide your site URL, if your site is under maintenance, please provide site admin access.

    Best Regards

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)