Tagged: x Author Posts March 5, 2017 at 1:29 pm #1395294 dforgetParticipant Hi there, Hoping to change the colour of my footer to the same colour that i have set as my default link colour. Therefore, I need to change the link colours in my menu. Hoping to change it to white. My site is: onlymortgages.ca/ March 5, 2017 at 10:14 pm #1395653 RupokMember Hi there, Thanks for writing in! You can add this under Custom > CSS in the Customizer. .x-colophon-content { color: hsl(251,93%,24%); } Hope this helps. Cheers! March 8, 2017 at 7:54 pm #1399993 dforgetParticipant Hi there, Thank you. Unfortunately, this did not work. It only changes the text above my social icons below my footer. March 9, 2017 at 12:16 am #1400147 RupokMember Hi there, Do you want to change these menu links to white? – http://prntscr.com/ehq580 In that case you can use this CSS : .widget_nav_menu ul > li a { color: #fff; } If you are referring something else then clarify properly with a screenshot. Thanks! March 21, 2017 at 7:53 pm #1415701 dforgetParticipant Awesome! Thank you very much. March 21, 2017 at 11:36 pm #1415804 NicoModerator Happy to hear that. Feel free to ask us again. Thanks. Author Posts