rgorga
My feedback
3 results found
-
1 vote
An error occurred while saving the comment -
2 votes
An error occurred while saving the comment rgorga commentedOk, thank you.
rgorga shared this idea · -
4 votes
An error occurred while saving the comment 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.