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 [Closed] Giant Orange "i" on Forum Registration Page

3 Posts
2 Users
0 Reactions
2,073 Views
Posts: 2
 Greg
Topic starter
(@gadietrich)
New Member
Joined: 7 years ago

Pending when you look at this, the page is: 

We are getting ready to take the site live any time now, so that is why the difference in the link.

Anyway, there is a giant orange info 'i' on the page I don't know how to get rid of:  https://cl.ly/t7z6

I'm seeing this in Chrome & Safari on a Mac, however, I don't see it in Firefox.

2 Replies
Sofy
Posts: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi Greg,

Please navigate to Dashboard > Forums > Settings > Styles admin page put this CSS code in "Custom CSS Code" textarea. 

#wpforo #wpforo-wrap .fa-info-circle.wpf-reg-info{
width: 34px;
}

This conflict comes from Font Awesome settings, as you use Font Awesome SVG mode.

 

Posts: 2
 Greg
Topic starter
(@gadietrich)
New Member
Joined: 7 years ago

Perfect, that solved it, thanks so much.