Display Part of notice only on single page XenForo

x32x01
  • by x32x01 ||
Admin CP -> Appearance -> Templates -> EXTRA.css
Add this code:
CSS:
.indexOnly
{
    display: none;
}

.forum_list .indexOnly
{
    display: block;
}

Then edit your notice and surround the conditional content with a div:
HTML:
<div class="indexOnly">
</div>
 

Related Threads

x32x01
Replies
0
Views
1K
x32x01
x32x01
x32x01
  • x32x01
Replies
0
Views
1K
x32x01
x32x01
x32x01
  • x32x01
Replies
0
Views
1K
x32x01
x32x01
Register & Login Faster
Forgot your password?

Latest Resources

Forum Statistics
Threads
745
Messages
750
Members
71
Latest Member
Mariaunmax
Back
Top