Title: Customizing Message in Cart
Last modified: October 20, 2020

---

# Customizing Message in Cart

 *  Resolved [nianfireworks](https://wordpress.org/support/users/nianfireworks/)
 * (@nianfireworks)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/customizing-message-in-cart/)
 * Hello,
 * How do I customize the text shown on the cart page? I have chosen to show the
   text right above the “Checkout” button, but I would like it to be more visible
   and eye catching.
 * Thank you very much in advance!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Algoritmika](https://wordpress.org/support/users/algoritmika/)
 * (@algoritmika)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/customizing-message-in-cart/#post-13594696)
 * Hi [@nianfireworks](https://wordpress.org/support/users/nianfireworks/),
 * Sorry for such a late reply.
 * As you can enter HTML directly into “Content” option (i.e. directly in “WooCommerce
   > Settings > Amount Left for Free Shipping > Cart > Content”), you can use `style`
   attribute, e.g.:
 *     ```
       <div style="color: white; background-color: red; padding: 10px; display: block; margin-bottom: 5px; text-align: center; font-weight: bold;">%amount_left_for_free_shipping% left for free shipping</div>
       ```
   
 * Or more correct way – use `class` attribute, e.g.:
 *     ```
       <div class="amount-left-for-free-shipping">%amount_left_for_free_shipping% left for free shipping</div>
       ```
   
 * and then add custom CSS for that class (in “Customize > Additional CSS”), e.g.:
 *     ```
       .amount-left-for-free-shipping {
       	color: white; 
       	background-color: red; 
       	padding: 10px; 
       	display: block; 
       	margin-bottom: 5px; 
       	text-align: center; 
       	font-weight: bold;
       }
       ```
   
 * The exact CSS would depend on your requirements and your theme.
 * Hope that helps, please let me know if you have any questions. And again sorry
   for the late reply.
 *  Plugin Author [WPFactory](https://wordpress.org/support/users/wpcodefactory/)
 * (@wpcodefactory)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/customizing-message-in-cart/#post-13626502)
 * I’m going to close the ticket.
    If you notice anything else let me know 😉

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Customizing Message in Cart’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/amount-left-free-shipping-woocommerce_bfd7ef.
   svg)
 * [Free Shipping Bar: Amount Left for Free Shipping for WooCommerce](https://wordpress.org/plugins/amount-left-free-shipping-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amount-left-free-shipping-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amount-left-free-shipping-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/amount-left-free-shipping-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amount-left-free-shipping-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amount-left-free-shipping-woocommerce/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [WPFactory](https://wordpress.org/support/users/wpcodefactory/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/customizing-message-in-cart/#post-13626502)
 * Status: resolved