Footer Call Out Background Colour

Hello!
I’ve seen your reply to changing background color of top call out but I would like to change the colour of the footer call out section, so what is the ID I should use instead of “nav#site-navigation”? I’ve tried to use “footer-callout” but it doesn’t seem to be what I need to edit the footer callout in css.
I’ve tried


	
{
  color: #e39700;
}


	 {
    background: #e39700;
    color: #e39700;
}

I’ve also tried without div, just simply



"footer-callout"{
	color: #fff;}

footer-callout"
{
    background: #e39700;
    color: #e39700;
}

But neither of those seem to work.
I’m trying to achieve a #e39700 background colour with white #ffffff text colour and button colour, and #e39700 button text colour.

Thank you in advance!

Hi there,

I hope you are having an awesome day and thanks for contacting us regarding your query.

This can be done with the help of some Custom CSS. Kindly provide me with a link to your site so that I may be able to write up some CSS that should work for your setup.

Looking forward to your reply :slight_smile:

Best Regards,
Support

Good morning
I have removed the footer callout for now and added a widget to the footer instead, but would be interested to know how to do this for future reference as well. Do let me know if it would help if I switched on the callout footer while you look at the code.
Thank you!