How can I change the footer color without affecting the product info link color?

footer

but when I change the footer color to white the link in product info will become white also

Arduino Pro Mini Philippines 5V - Makerlab Electronics – testing (makerlab-electronics-ph.myshopify.com)

pass: saboten

I want this one to remain black

while the footer text color is white

Hi @niceeee

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

Online Store ->Theme ->Edit code

Assets ->Base.css

.rte a {
    color: black !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

I mean sir

@niceeee You can try this code:

.footer-block__details-content.rte>p>a {
    color: #fff !important;
}