Nov 15, 2019 4:12 pm
Hi, I would love to get some help on this, thanks for reading me...
I have an SEO issue: duplicate H1 on our forum page https://rplusplus.com/forum/ .
The page header is H1 ("Forum R++") and in the forum itself ([wpforo]), there is also another H1 which is the forum title: "R++ Forum".
I have to remove one of the two, any suggestion please?
Thanks!
Fabienne
7 Replies
Nov 16, 2019 10:37 am
Hi @fabienneo,
Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in the "Custom CSS Code:" textarea:
.qodef-title-subtitle-holder-inner{
display: none !important;
}
The code hides text in the Forum header page.