How to increase the font size product names & product variations in the basket?
-
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
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
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.
Hello,
Please provide your site URL, if your site is under maintenance, please provide site admin access.
Best Regards