Hi @mlane9 Hi, I checked the code and it’s inside the class “cart-notification__header”.
Since I don’t have permissions, it’s difficult to verify the exact steps, but usually the fix is to change the H2 tag to a div or p tag.
Don’t forget to back up your theme before making any changes.
To access the code: Online Store → Themes → Edit code.
Use the search bar to locate the files that control the cart notification. (For the Taste theme, a common location is: snippets/cart-notification.liquid.)
Open the file and search for: Item added to your cart
Edit the HTML, change the H2 tag to a div or p, depending on your preference.
Save and reload your storefront to confirm the changes.