 rgorga
rgorga
    
          
          
        My feedback
3 results found
- 
1 voteAn error occurred while saving the comment 
- 
2 votesAn error occurred while saving the comment  rgorga
    
 commented rgorga
    
 commentedOk, thank you.  rgorga
    
 shared this idea
         · rgorga
    
 shared this idea
         ·
- 
4 votesAn error occurred while saving the comment  rgorga
    
 commented rgorga
    
 commentedI know this is a late response, but I really like this site. I would love to know how they designed the custom header, navigation bar, and footer. I assume the designer used themes overrides but any insight or tips on how I could do something similar would be greatly appreciated. 
 
                 
                     
                    
<script type="text/javascript">
var buttonRenewal = document.getElementById('ctl00_ContentArea_MemberProfile1_Membership_RenewalButton');
if (buttonRenewal) {
buttonRenewal.value = 'Text you would like to appear on button';
}
</script>
If you want to simply change the text to something constant, you can insert the above code into Global Javascript. Any more functionality would require additional Javascript though.