Change footer color headlines

Hello guys.
On my website www.movingto.dk, I would like to change the headings in the footer.
I have tried to look for the code, but can’t find it and I’ve tried quite a lot.
Does anyone have the answer to that question?
I have the color code.

Hello there,

I hope you are doing well today.

You would have to go to Appearance > Widget > Footer and you can edit the widget title from there.

Best Regards,
Support

I think you misunderstood me.

I have to change the color of the footer headline?
I was searching for the CSS code to do it.

Kind regards,
Oliver

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the footer color by going to Appearance > Customize > Additional CSS and pasting it there.

/*Footer titles*/ #footerarea .widget-title { color: red; }

/Footer Links/
#footerarea a:link {
color: orange;
}

Best Regards,
Support

Worked perfectly!
Thank you very much,
Have a great evening.

Kind regards,
Oliver

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support