Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1199563

    I had recently asked about the thumbnail size in my shopping cart..but thought I should start a new thread concerning the font size.
    The default font in the shopping cart is 6pt. Its way too small for most of our shoppers online.
    Can it be changed through css?
    if so..can you give me the css code?

    Thanks so much in advance?>

    #1200894

    Hey grivers99,
    Sorry for the late reply, do you mean the drop down cart next to the menu, or the cart page?
    I took a look at both on your site but I didn’t find any text that was 6px, but I found the description small, which text do you want to make larger?
    For the cart on the cart page, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .woocommerce th,.woocommerce td,.woocommerce p {
    	font-size: 20px !important; 
    }

    Best regards,
    Mike

    #1200971

    Mike,
    in order to view the small font. you have to begin an order.
    after you order any item you click on VIEW CART in the upper right hand corner

    IN THE CART YOU WILL SEE
    1. a picture of the item you are ordering
    2. UNDER PRODUCT: The name of them item in a decent size (I think 12pt)
    and the line: “This item is set for shipping click here to pick up this item”

    (It is the above line that is VERY VERY VERY SMALL. It looks like 6pt. although i used the fount extension in chrome and it says the font is 12.3 pt lato.

    The point is..it is very small.
    the line is inserted because of the woocommerce UPS SHIPPING plugin.

    Thanks

    #1200981

    Hi,
    Thank you for the screenshot, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .woocommerce small,.woocommerce .product-name a {
    	font-size: 100% !important; 
    }

    Best regards,
    Mike

    #1200997

    omg
    that works!
    I also added font-weight to BOLD to make it even easier for the customer to see.
    thanks again.
    this is …closed

    #1201025

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Shopping Cart Font size’ is closed to new replies.