AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
3
Posts
2
Users
2
Reactions
1,906
Views
Jun 18, 2020 12:08 am
Why there is so giant registration icon when the page is opened from Google Chrome?
From Firefox, it looks good.
Link to page with issue:
https://420.bible/Khalasar/?foro=signup
Is it possible to remove that icon at all?
Please have a look at the problem, hope it is possible to fix.
2 Replies
Jun 18, 2020 12:43 pm
Hi @andredebonk,
Please navigate to the Dashboard > Forums > Settings > Styles admin page put the following CSS code in the "Custom CSS Code" textare:
#wpforo #wpforo-wrap .fa-info-circle.wpf-reg-info {
display: none;
}
In any case please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking
Jun 18, 2020 5:35 pm
Thank you, that removed it! 🙂
