footer
but when I change the footer color to white the link in product info will become white also
pass: saboten
I want this one to remain black
while the footer text color is white
footer
but when I change the footer color to white the link in product info will become white also
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
@niceeee You can try this code:
.footer-block__details-content.rte>p>a {
color: #fff !important;
}