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
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
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
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.
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.
