I would like to have a "checkout" button listed pop up with the other two green buttons that pop up once an item has been placed. See image. The "- 1 +" and the "add to cart" pop-up, but I would also like a green matching "checkout" button to pop-up as well. Can you help me do this?
That's not too big of a problem on a desktop, but on mobile it is a problem because the "checkout" option at the top of the page is hard to see on mobile. There is nothing we can do to add a checkout option somewhere?
Hello ! You can highlight the checkout by below code Code: .carticon a { font-weight: 800; color: rgb(218, 145, 184); padding: 5px; background: yellow; } Use colors according to your requirement. Thanks & Regards Pramod