Changing text colour on category and product titles

I added some custom css a long time ago to change my titles to red. I want to change them back to black but every time I add css it doesn’t work. I believe I have some overriding rule for the red but no idea how to find it and how to change it. Any help would be great.

Here is a pic showing the red text that I want black

Hello @lucylocket205

Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.

Thank you! It’s www.ahooray.com
Password hooray

Hello @lucylocket205

  1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
  2. In the Assets folder, open base.css and add your CSS code at the end
.card__heading a {
color: #000!important;
}

Unfortunately, this didn’t work.

Thank you! All sorted!