Sep 24, 2020 10:52 am
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?
7 Replies
Sep 24, 2020 11:43 am
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.