I’m trying to change the original colour and hover colour on our footer links. It’s currently grey with white hover but it should be the opposite. I’ve added below code but the ‘white’ part is not working here.
Any thoughts? Thanks so much!
.links-footer ul * {
font-weight: 900 !important;
font-size: 14px;
font-color: white !important;
text-transform: uppercase;
}