Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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
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.