I need help updating my theme from 4.3 to 5.2
-
Hello,
Please provide the screen what button you mean?
Best Regards
Here it is :
The “view cart” button text colour to #585B54 on the side bar.
Screenshot attached
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .widget_shopping_cart .buttons .btn-cart{
background-color:#585B54;
}
body .widget_shopping_cart .buttons .btn-cart{
color:white!important;
}
Best Regards