- This topic has 5 replies, 4 voices, and was last updated 10 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Increasing size of font in shopping cart
Tagged: font size
Any way to increase the font size in the fancy shopping cart? I have elderly customers with bad eyesight. I’ve played with firebug but haven’t had any luck.
PS – Your eStore plugin is fantastic!
Adding the following to the eStore’s custom CSS file (wp_eStore_custom_style.css) should do the job:
.shopping_cart {
font-size:14px;
}
Please post a link to your cart so we can see your specific scenario and give you an appropriate answer.
Peter,
Thanks for the reply. Sounds like what I need. However, I searched all through the eStore and can’t find a place to enter a custom CSS file. I assumed it would be in settings but sure don’t see it. Can you tell me where it should be entered?
The link to the page I am editing is: [http://www.drpitcairn.com/shop-draft-red-line/]
Look at the first item on the page, Red Line, which when selected will show the cart.
Thanks,
— Richard
Hi Richard, Use the following custom CSS plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Thanks, I installed the custom CSS plugin and set the font size to 16px but it made no difference in the appearance of the shopping cart font. Is there something else I can do?
Thanks.
You are using the fancy1 cart so that has a different CSS class. Read the following tutorial which will teach you how you can customize the CSS yourself: