Home › Forums › Themes Support › Claue › How to hide "View Cart"
- This topic has 14 replies, 2 voices, and was last updated 7 years, 5 months ago by Harry.
-
AuthorPosts
-
-
August 3, 2017 at 7:36 am #7581
-
August 3, 2017 at 7:44 am #7587
hi,
You can hide “View Cart” by add custom CSS
.jas-mini-cart .button, .widget_shopping_cart .button {
display: none;
}
.jas-mini-cart .checkout, .widget_shopping_cart .checkout {
display: block;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 3, 2017 at 8:30 am #7588
Hi Harry, I added the code but the View Cart button is still there
-
August 3, 2017 at 12:13 pm #7589
Hi,
You can change prev code to
.jas-push-menu.jas-mini-cart .button, .widget.widget_shopping_cart .button {
display: none;
}
.jas-push-menu.jas-mini-cart .checkout, .widget.widget_shopping_cart .checkout {
display: block;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 3, 2017 at 6:15 pm #7602
Awesome it worked! How can I change the text of that “Checkout” button to “Proceed to Checkout”?
-
August 3, 2017 at 6:32 pm #7606
Hi,
You can use plugin Loco Translate follow our topic http://support.janstudio.net/forums/topic/theme-translation/
Translate WooCommerce plugin when add new language choose English-US.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 3, 2017 at 6:45 pm #7610
So I have to translate the “Checkout” text to “Proceed To Checkout” and select English in both?
-
August 3, 2017 at 6:47 pm #7611
Yes, your translated text has higher priority so the front end will get your translated text to show.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 3, 2017 at 6:58 pm #7614
-
August 3, 2017 at 7:34 pm #7619
Hi,
You need navigate to Loco Translate > Plugins > WooCommerce > New Language > English-US > Location in system
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 4, 2017 at 6:13 am #7634
Harry, there are a lot of checkout words here, how do I know which is the correct “Checkout” in the button to change?
-
August 4, 2017 at 6:17 am #7635
-
August 4, 2017 at 11:01 am #7651
Hi,
You find the text with only Checkout http://take.ms/r4WPK
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 4, 2017 at 5:43 pm #7688
-
August 4, 2017 at 7:07 pm #7708
Please check again, i saw it change http://take.ms/avALJ
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.