Hello,
1. Your Wishlist page is cached so you should clear the cache and disable caching for this page through the settings of the “WP Rocket” plugin. Also, this page should never be cached.
2. With the help of the below code, you will change the background color of the “New” label.
.product-grid-item .product-labels .new {
background-color: blue;
}
If you have any more questions or come across any other issue, let me know, I’ll be happy to help.
Kind Regards