Why is my footer text not pure white after theme upgrade?

Since i had my theme upgraded to 11.0 a lot of things changed. Thanks in advance

Hello @Vick2

You are trying to say that the footer text are not completely white?

Can you please share your website URL?

Thanks

www.easeastore.it It tends to background color and not pure white

@Vick2

Paste the given CSS on the bottom of the file ‘Assets > base.css’

.footer-block__details-content .list-menu__item--link, .copyright__content a {
color: white !important;
}

Don’t forget to like and accept the solution. Contact for more queries.

Thanks