Aug 01, 2022 11:44 pm
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?
4 Replies
Aug 02, 2022 4:47 am
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)
Aug 02, 2022 8:16 am
And this:
<!--Generated by Endurance Page Cache-->
MUST be removed totally.
Aug 02, 2022 9:10 am
Also check this FAQ Topic about Cache: https://wpforo.com/community/faq/wpforo-and-cache-plugins/