Hello,
My text in the bottom footer looks doubled.
I’m using a custom footer color css. The double text happens with or without using this css code below though. Its just more noticeable with the dark footer color. How do I fix this?
Current code used below:
/footer bg color/
footer.x-colophon.top,
footer.x-colophon.bottom {
background-color: #282828;
}