Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] Giant notification icon during Registration

3 Posts
2 Users
2 Reactions
828 Views
Posts: 24
Topic starter
(@andredebonk)
Eminent Member
Joined: 5 years ago

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.

Topic Tags
2 Replies
Alvina
Posts: 1861
Moderator
(@alvina)
Member
Joined: 6 years ago

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

Posts: 24
Topic starter
(@andredebonk)
Eminent Member
Joined: 5 years ago

Thank you, that removed it! 🙂