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.
When viewing my forum on a cell phone in portrait mode, the background color of the main menu shows up fine. However, in landscape mode, the background color of the main menu seems to be transparent. In landscape mode, The white letters of the menu items do not show up on the underlying white background of the forum. Please see the attached screen shots.
Any suggestions on how I can fix this?
Hi @brosati
add this to custom css
@media screen and (max-width: 620px) { #wpforo #wpforo-wrap #wpforo-menu .wpf-menu li { background: #555; margin: 0; } }
Dashboard > Forums > Settings > Style (custom css)
And this:
<!--Generated by Endurance Page Cache-->
MUST be removed totally.
Also check this FAQ Topic about Cache: https://wpforo.com/community/faq/wpforo-and-cache-plugins/