Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[data-template="forum_list"] .p-title-pageAction
{
display: none;
}
.p-title .p-title-value
{
font-size: 26px;
}
<a href="{{ link('conversations') }}"
<xf:if is="$xf.visitor.canCreateThread() OR $xf.visitor.canCreateThreadPreReg()">
<a href="{{ link('forums/create-thread') }}"
class="p-navgroup-link p-navgroup-link--thread"...
If I remove the header labeled under number 2, will it be bad for SEO?Hello. Please help me with a few questions.
1. How to remove the Create Topic and New Posts buttons from the home page? I marked it with number 1 on the screenshot.
2. How to reduce the text that is displayed on the home page and other pages. Marked with number 2 on the screenshot.View attachment 13882
[data-template="forum_list"] .p-title-pageAction
{
display: none;
}
.p-title .p-title-value
{
font-size: 26px;
}
<a href="{{ link('conversations') }}"
<xf:if is="$xf.visitor.canCreateThread() OR $xf.visitor.canCreateThreadPreReg()">
<a href="{{ link('forums/create-thread') }}"
class="p-navgroup-link p-navgroup-link--thread"
data-badge="{$xf.visitor.conversations_unread|number}"
data-xf-click="overlay"
title="{{ phrase('post_thread')|for_attr }}"
aria-label="{{ phrase('post_thread')|for_attr }}">
<xf:fa icon="fa-edit" />
</a>
</xf:if>
If I remove the header labeled under number 2, will it be bad for SEO?