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.
i have a wp site and i installed wpforo this is my site:
and this is my wpforo
http://arena-il.com/community/
now i want that in the forum page it will be only the forum without the part of my site only the forum in full screen
how can i do it?
Hi @moshe,
Please try the following code:
body.page-template-default.page.page-id-207.wpforo.wpf-dark.wpft-forum.has-slider header.site-header{
display: none;
}
The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page "Custom CSS Code" textarea.
In any case please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.