I am trying to customize the sweepstakes app and you are unable to customize in the app appearance the Sweeps End Date and the Official Rules. Anyone have a piece of code or another suggestion on how I can change that text color to match the rest of my app? Any thoughts would be useful.
This was the JavaScript I was trying but did not work when adding it to my landing page as an element:
<script language="javascript" type="text/javascript">
function changeDivTextColor()
{
document.getElementById('mktoStartEndTime').style.color = '#ffffff';
}
function changeDivTextColor()
{
document.getElementById('mktoRules').style.color = '#ffffff';
}
</script>