How can I change the color of the 'Official Rules' text on the sweepstakes app?

Caitlin_Poliksa
Level 3

How can I change the color of the 'Official Rules' text on the sweepstakes app?

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>


Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: How can I change the color of the 'Official Rules' text on the sweepstakes app?