Home Forums WoodMart support forum Cart Page

Cart Page

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

    shweta
    Participant

    Hello,

    01. The price and INR symbol are not aligned on the cart page (screenshot attached).
    02. I only want to display the close icon, not the “close” text (screenshot attached).
    03. I’m unsure of the issue, but when opening a single product page, the variation options shift to the right. Upon refreshing the page, they appear on the left. Could you please check this issue for me?

    Best regards,

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

    Hung Pham
    Keymaster

    Hi shweta,

    Thanks for reaching to us.

    1. According to the screenshot and I checked as well, the price and Price heading are aligned. Can you please describe in more details?

    2. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .cart-widget-side .wd-heading .wd-action-btn.wd-style-text>a {
    	font-size: 0;
    }
    
    .cart-widget-side .wd-action-btn.wd-style-text>a:before,
    .cart-widget-side .wd-action-btn.wd-style-text>a:after{
    	font-size: 14px;
    }

    3. I tested the single product page at the first time, the variations are always in the left. Can you please double check?

    Regards,

    #605058

    shweta
    Participant

    Thank you! You provide the best support, and I’m very happy to use your theme on my websites. 🙂

    01. For the first point, the price still does not align. there is a very slight gap. I have attached a screenshot.
    02. The second point is resolved. 🙂
    03. The third point is resolved. 🙂
    04. I have added a new point regarding the Mini cart. I’ve marked it with a red circle in the attached screenshot. I want all the font sizes to be set to 13px.

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

    Hung Pham
    Keymaster

    Hi shweta,

    Thanks for your kind words.

    1. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    table tr.woocommerce-cart-form__cart-item.cart_item td {
    	padding: 15px 10px;
    }

    4. Navigate to Theme Settings > Typography > Advanced. In this area, you can assign elements to the below Custom Class:

    . cart-widget-side .wd-heading .title,
    . cart-widget-side .woocommerce-mini-cart__total,
    . cart-widget-side .woocommerce-Price-amount.amount

    Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/

    Regards,

    #605369

    shweta
    Participant

    Thanks all points are Done

    #605664

    Hung Pham
    Keymaster

    Hi shweta,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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

The topic ‘Cart Page’ is closed to new replies.