Welcome Notice: Edit URL

Will Franco

Active member
This is the default welcome notice. I figured out how to change 'Register" to "Become a Member". How do I change the URL the buttons links to? The below alteration didn't work.

Code:
<div class="xb-welcome-notice--buttons">
            <xf:if is="$xf.options.registrationSetup.enabled">
            <a href="https://www.vrmb.com/membership/" class="button" data-xf-click="overlay" data-follow-redirects="on"><span class="button-text">Become a Member</span></a>
            </xf:if>

1651007692295.webp
 
This is the default welcome notice. I figured out how to change 'Register" to "Become a Member". How do I change the URL the buttons links to? The below alteration didn't work.
If this is a custom style you're using from a vendor, there's likely a setting in the style properties to adjust these settings.
 
Top Bottom