This topic has 2 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Robert Hall
Hi there, I want to change the View Basket button to View Cart button in the drop-down cart menu, and change the colour of text from black to white. (picture attached)
I tried to use one of your code to change the button wording in functions.php (as explained in one of your documentation), but the website totally disappeared with a “comforting” FATAL ERROR message. But fortunately I have restored the file using FTP.
So please, How can I change the button wording and colour in the easiest way possible!
Thanks.
Hello,
The View Basket button should be changed to View Cart in latest version of WooPress Theme.
Please update the theme and check it.
Before update delete “woocommerce” folder in the directory wp-content/themes/woopress/ and it’ll be reuploaded from a new theme package.
Don’t forget to make backup of the site before update.
Here is video tutorial how to update theme.
https://www.youtube.com/watch?v=KdWESIIPU1k
(it’s for Legenda theme but the process is the same).
Try to add this code in Global Custom CSS
.cart-popup .button{
color: #ffffff;
}
Regards,
Robert Hall
Tagged: change view basket, colours, customize, template, view cart, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up