.return-to-cart { display: inline-block; background-color: #0074d9; /* Change to your desired color */ color: white; padding: 10px 15px; text-decoration: none; border-radius: 5px; margin-top: 20px; } .return-to-cart:hover { background-color: #005bb5; /* Change to your desired hover color */ }