We recently had a website redesigned by a company that also manages and hosts it, along with providing our CRM system. The issue at hand is that they include a backlink in the footer that I am unable to modify since it's not part of the page until the server generates it.
I would like to use On Page CSS to change this link color to white or completely remove it. Either solution works for me.
<span style="width: 100%; text-align: center; display: block; color: #999999; font-family: verdana; font-size: 10pt;margin-bottom:2px;">Powered by <a style="color: #999999;" href="http://www.prospectsoft.com/ecommerce" target="_blank">ProspectSoft eCommerce</a> and <a style="color: #999999;" href="http://www.prospectsoft.com/crm" target="_blank">CRM</a></span>
The code above is what appears when I inspect the source of the page using Firefox. I cannot see this code in the provided editor, but I can edit the CSS files.
Is there a way to use on-page CSS to handle this situation?