Body text is white, but it's set to grey

Text is white, but body font text is set to grey.


I can’t find anything in my CSS that would override this.

Can you help me set this back to grey?

Thanks for any help

Hello Justin,

Thanks for writing in!

You are experiencing this issue because you have inserted this broken code in the topbar content:

<font color="white"><i class="fa fa-phone" aria-hidden="true"></i>&nbsp; <a href="(415) 990-2440">(415) 990-2440</a> &nbsp; &nbsp;&nbsp;<i class="fa fa-envelope" aria-hidden="true">&nbsp; <a href="mailto:[email protected]</font>Subject=Hello%20again" target="_top">mailto:[email protected]</a></p></i> 

Please have it updated and use this instead:

<span style="color: #fff;"><i class="fa fa-phone" aria-hidden="true"></i>&nbsp; <a href="tel:4159902440">(415) 990-2440</a> &nbsp; &nbsp;&nbsp;<i class="fa fa-envelope" aria-hidden="true"></i> &nbsp; <a href="mailto:[email protected]&Subject=Hello%20again" target="_top">mailto:[email protected]</a></span>

Please let us know if this works out for you.

Thank you very much. That worked.

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.