Lindal_Oronar
Well-known member
With the latest update it will not work quite the way it worked before.Go to uix_welcomeBlock and change everything to
Code:<div class="uix_welcomeBlock_wrap"> <div class="uix_welcomeBlock_content"> <a href="#" class="close"></a> <xen:if hascontent="true"> <h3 class="uix_welcomeBlockHeader"> <xen:contentcheck> <xen:if is="{$uix_welcomeBlockIcon_class}"><i class="uix_icon {$uix_welcomeBlockIcon_class}"></i></xen:if> <xen:if is="{$uix_welcomeBlockHeader_text}"><span>{xen:raw $uix_welcomeBlockHeader_text}</span></xen:if> </xen:contentcheck> </h3> </xen:if> <xen:if is="{$uix_welcomeBlockMessage_text}"><p class="uix_welcomeBlockMessage">{xen:raw $uix_welcomeBlockMessage_text}</p></xen:if> <!-- Start of Modification --> <xen:if is="!{$visitor.user_id}"> <xen:if is="{$uix_welcomeBlockButton_url}"> <a href="{$uix_welcomeBlockButton_url}" class="callToAction"> <span>{$uix_welcomeBlockButton_text}</span> </a> </xen:if> </xen:if> <!-- End of Modification --> </div> </div>
That will remove the Register button to logged in users
Edit : And I'm sure that could be an interesting options to add to UI.X cc @Audentio Design
The title is not capitalized and the font size is no longer as it was.
And the subtext is visible again.
