Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.
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!