AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
6
Posts
3
Users
1
Reactions
2,038
Views
Mar 18, 2022 2:54 pm
when on mobile device the forum shows no register button anywhere, users cannot sign up
ok on desktop
thanks
5 Replies
Mar 18, 2022 3:18 pm
add this to custom css
#wpforo #wpforo-wrap .wpf-res-menu {
color: #9aa6a3 !important;
}
Dashboard > Forums > Settings > Style (custom css)
Mar 19, 2022 1:17 am
thanks guys, doe sit matter exactly where it is pasted, or at the end of other custom CSS is ok (i am not a dev, have no experience with CSS)
Mar 19, 2022 2:08 am
i have added this:
#wpforo #wpforo-wrap .wpf-res-menu {
color: #9aa6a3 !important;
}
@media screen and (max-width: 620px){
#wpforo #wpforo-wrap #wpforo-menu .wpf-res-menu {
display: none;
}
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu li a {
padding: 5px 11px;
}
ul#wpf-menu {
display: flex !important;
}
}
Per two posts on the subject, and now have an overlap issue on mobile, shown in screenshot attached...
