How to change footer links colour

Hi,

How do I change the colour to black for links in the footer as I can’t see the text. See attached.

Thanks,

Chris

Hi Chris,

Please add this code in the Global CSS:

.x-colophon.bottom .x-colophon-content a, 
.x-colophon.bottom .x-social-global a, 
.x-colophon.bottom .x-nav li a {
    color: #000;
}

Hope this helps.

Hi Jade,

Thanks for that.

Another question, how do I remove the little black + icon in the top right corner? See attached.

Many thanks,
Chris

Hi Chris,

You can turn it off under Theme Options > Header > WIDGETBAR > HEADER WIDGET AREAS > select None:


Regards!

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