WP Foro Login Widge...
 
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.

 

Style [Solved] WP Foro Login Widget for Wordpress

3 Posts
2 Users
0 Reactions
1,000 Views
Posts: 42
Topic starter
(@brozobob)
Trusted Member
Joined: 2 years ago

The registration button appears to have an underscore and another character prior to the word Register in the button.  I haven't done any editing, so not sure how this got there, other than it being a flaw in the code.

2 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

@brozobob,

Insert this code in Custom CSS Fiedl:

#wpf-widget-profile .wpf-prof-loginout .fas.fa-user-plus:before{
    display: none !important;
}
Posts: 42
Topic starter
(@brozobob)
Trusted Member
Joined: 2 years ago

Thank you!