WP Foro Login Widge...
 
Notifications
Clear all

Style [Solved] WP Foro Login Widget for Wordpress

3 Posts
2 Users
0 Likes
466 Views
Posts: 38
Topic starter
(@brozobob)
Trusted Member
Joined: 11 months 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: 3650
(@chris)
Famed Member
Joined: 3 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: 38
Topic starter
(@brozobob)
Trusted Member
Joined: 11 months ago

Thank you!