How do I change the color of my FAQ questions without affecting other elements?

Hello, I can’t figure out how to change the color of my questions on my F.A.Q page. Every time I try it changes a bunch of other things I don’t want changed. I would love to change it to black like the answers. You can find it on the home page towards the bottom. Thank you in advance! https://bubbasgeneralstore.com/ Password:2023edit

Hi @Statikk

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Theme.min.css

.accordion .card-header button {
    color: #000 !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

1 Like

Thank you, it worked perfectly.