Archived topic
Unable to change the color of Product title in Cart page.
1 reply · Started by Jaime on October 18, 2020
I am not able to change the product title colour when it is added in cart, It got changed to white...
I have tried CSS as well but it is not working.
Can you help me with this?
Page URL: https://rivalcomix.com/cart/ (Try adding a product first)
Hi,
I've inspected your site's code and found this.
.elementor a {
color: white;
}
It's turning all of your anchor tags color inside .elementor into white.
You can find this on Appearance > Customize > Additional CSS. You can remove it from there.