Color links in the footer

Posted in: Newspaper
Post count: 260

Hello
Till the last update, the links in footer become blue.
I search in the admin and didn”t find this color anywhere.
“..magiciens chaque jour autour de ses rubriques telles que le forum, les petites annonces, les tests, les tours de magie, l’agenda…”
How I could achieve to have it in white underline for example?
https://www.virtualmagie.com/
Regards

Post count: 20685

Hi,

That would be the default color set by the theme
https://www.screencast.com/t/XHGSIe5QS
There is a setting for the footer text but not for the links inside that text
https://www.screencast.com/t/wlNP2HLw
So to color those links in white and also underline them try something like this
https://www.screencast.com/t/sLjXaJ49Gq

.td-footer-info .footer-text-wrap a {
color: #fff;
text-decoration: underline;
}

Thanks

Post count: 260

Great!
Thanks
Notice that I add to go on a computer to add the code.
On mobile, it was impossible to paste and when I type a text (for example to add a coment line) the system rename / auto correct all.
It didn’t happen previously.
Don’t know if it is the theme dong that.
Regards

Post count: 20685

Tried that on mobile, seems to work for me
https://www.screencast.com/t/kr8ED3Nfw5m
I have never tried this before on mobile, if it does not work for you I don’t know why that is happening.

Post count: 260

Hello Simion
Till yesterday, the links become blue again.
I check and your CSS code is still in place in the admin.
Any idea why?
Regards

Post count: 20685

Hi,

They look like this for me – https://www.screencast.com/t/rISILcrFpx
I also see that the code is still in place and applying at the moment I checked.

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.