Change font colour in \'Contact Us\' section

I have a basic idea from a couple of threads on here via using this custom css;

#contact-us .section-content .contact-us-box .box-right span {
color: #fee3bf;
}

However that changes the main font colour but not the colour of the actual email address or physical address. I want to change it from that sort of magnolia (might not be magnolia, I have bad monitors) colour to something different to match the rest of the site layout and can’t quite figure it out.

Correction sorry, I meant just the email address link colour.

Hi @jwfhesketh,

Try using this css code:

#contact-us .section-content .contact-us-box .box-right span a{
color:#fff;
}

Thanks,

Cristian

That worked perfectly! I also managed to amend it for other areas too, thanks for the help Cristian!

Hi. Where can I find a list of all things that can be changed in Illdy?

Hi

Sorry, but there is no such list, just follow the documentation page, you may customize theme from the Appearance >Customize