Checkout Button not showing in shopping cart widget

Despite the button is enable in the theme settings, it is not showing at the bottom for customer to click checkout. Upon checking, the button is there ( when I hover to the part, it is clickable). There is no changing of the design been done prior to this.

Hi @nose123

Please check color scheme settings of that button, I guess your are settings button and text color is white.

Have tried to change to different colors for text and button. It is still not reflecting.

Could you share your store link to check?

Here you go : https://noseintl.com/

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme setting

#t4s-mini_cart .t4s-drawer__bottom { opacity: 1 !important; }

Thank you @Dan-From-Ryviu ! Now the button is showing but it is not at the middle position :sweat_smile:

The “view cart” button lower part got cut off

HEllo @nose123
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> mini-cart.css
add this code at the end of the file.

#t4s-mini_cart .t4s-drawer__bottom:last-child {
margin-bottom: 22px !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Thanks for accepting the solution.
Please hit like button also.