Menu Widget - change text colour

Hello!

Hope you guys are doing well.

I have placed a menu in widget are 4 in my footer here www.micmedia.co.uk

I would like the text of this menu to be white, not grey as it is now.

I can’t work out what custom css I need to do this? The menu is called footer_menu

Can you help?

Thanks
Victoria

Tajs

Hi there
Hope you are having a good day and thank you for your question :slight_smile:
You should be able to achieve this change using the following custom CSS code.

.footer-widget-area .menu > li a {
color:white !important;
}

Thanks!
Colorlib Support Team