Hello all,
My Forum Menu sub-menus are showing over the page text. No background, but the white text is overlaying, even when the menu isn't activated.
You can see it over the word "Forum" in the attached image.
I can't see how to resolve this, short of removing menu items, or creating more space between the menu and the text. Neither is a very attractive option 🙂
You can see it here: https://www.ffbbusiness.com/forum/
Thanks in advance!
Jeff
Hi FFBBusiness,
This is a conflict with WP theme. It makes visible menu inks. To solve this issue please put this CSS code in Dashboard > Forums > settings > Styles > Custom CSS Code textarea, save it delete all caches and do Ctrl+F5 on forum front:
#wpforo #wpforo-wrap #wpforo-menu li a {
visibility: inherit;
}
Hey! Thanks very much! That worked perfectly.
And thanks for the very fast response.
I'm going to go buy some plugins now.
No matter how good is your plugin, you should receive an award for your FREE support. You guys are UNBELIEVABLE in your support. I have never seen such interest for problems we are facing. Not sure how to thank you enough.
Thank you very much for kind words Anonymous20 and FFBBusiness. I'm glad to hear my answers are helpful for wpForo users.