• Resolved marcusabs

    (@marcusabs)


    I am attempting to modify the font on the mini cart, or the small cart that appears on the right. The mini cart has white text as well. How can I change the text on the mini cart? I am using the Astra theme if that matters. I don’t see any ‘advanced’ options for changing the font.

    Does anyone know what to do? Or do you have some CSS?

    Also how do I change the language of the reservation and on the checkout. Like “delivery” and “pick up” to danish?

    Best regard

    Marcus

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support A Zaman Sagor

    (@azamansagor)

    Hi, 

    Greetings! Thanks for reaching out to us.

    You will be happy to know that you can easily change the text color and size using custom CSS code. Here is the CSS code to make the text blank.

    .wpc_cart_block .minicart-condition-parent label {
        color: #000;
    }
    span.woocommerce-Price-amount {
        color: #000;
    }
    .wpc-minicart-wrapper .product_list_widget .mini_cart_item .mini-cart-quantity-wrapper .single-subtotal-item {
        color: #000;
    }
    .wpc-minicart-wrapper .wpc-coupon-wrapper .showcoupon {
        color: #000;
    }
    .wpc-minicart-wrapper .total {
        color: #000;
    }

    Or, you can visit our landing page and reach us more so that we can help you more with the issues you are facing. 

    And for changing the text you have to translate the plugin. Our plugin has full support of translation. You can use the Loco Translator, WPML or PolyLang to change the text to any language. 

    Here is the doc please check it: https://support.themewinter.com/docs/plugins/plugin-docs/wp-cafe/translation/

    Feel free to contact us for any needs.

    Best Regards

    Good Day

Viewing 1 replies (of 1 total)
  • The topic ‘How to change font on minicart and how to change language’ is closed to new replies.