On every page see below, I hope you know w I mean @Jake B.Do you want to change the color in that place only, or change that color to something else everywhere?
.breadcrumb .crust:last-child a.crumb {
color: #00bcd4;
}
Many thanks @Jake B.It looks like that uses uix_primaryColor. You can change it there, but it'll replace that color everywhere (background colors on callToActions, and quite a few other places). If you just want to change it in the breadcrumb you can use this selector:
Code:.breadcrumb .crust:last-child a.crumb { color: #00bcd4; }
Maybe but I do not know how.I guess you would need to edit some templates and use some conditional statement to do that
Thank you againCode:.node .nodeText .nodeTitle a, .subForumList .nodeTitle a { }
should do it![]()
@Jake B. any idea how I can do this?Is it possible to make the banner also visible to members but without the Register button?
View attachment 122435
I got this, no problem@Jake B. any idea how I can do this?
What do you have?I got this, no problem
<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>
Awsome, is it also possible to remove the Welcome Section Message for online users?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
<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="!{$visitor.user_id}">
<xen:if is="{$uix_welcomeBlockMessage_text}"><p class="uix_welcomeBlockMessage">{xen:raw $uix_welcomeBlockMessage_text}</p></xen:if>
</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>
Thanks guysCode:<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="!{$visitor.user_id}"> <xen:if is="{$uix_welcomeBlockMessage_text}"><p class="uix_welcomeBlockMessage">{xen:raw $uix_welcomeBlockMessage_text}</p></xen:if> </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>
![]()
This week we have some big things going on, but will resume theme updates in a few days.
We use essential cookies to make this site work, and optional cookies to enhance your experience.