How-to and Troubleshooting
3
Posts
2
Users
2
Reactions
731
Views
Jun 17, 2020 8:08 pm
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 8:43 am
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 1:35 pm
Thank you, that removed it! 🙂