Footer problem with ethos – can´t change size/colour

Hi,

I can´t change the colour and size of my links in the footer section.

The links should be white on a dark background, but you can´t read them (www.onyx-magazin.de). If I hoover over them they appear clearly white and are very good to read. How can I get this effect on a permanent basis?

Thanks for your efforts.

Best

Matthias

Hi Matthias,

Please add this in the Global CSS:

.x-colophon.bottom .x-nav li a, 
.x-colophon.bottom .x-social-global a {
    color: rgba(255,255,255,1);
}

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

Hope this helps.

Hi Jade,

thanks a lot, that helped.

Merci
Matthias

You’re more than welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.