Notifications
Clear all

wpForo 1.x.x [Closed] Password entry styling issue

4 Posts
2 Users
0 Likes
790 Views
Posts: 85
Topic starter
(@zeeshan333)
Estimable Member
Joined: 5 years ago

I have a small problem with the password entry in the registration forms

when you type, it overlaps the symbol:

https://prnt.sc/q4g42q

https://prnt.sc/q4g45h

https://prnt.sc/q4g4x1

http://examqa.com/forums/

How could I solve this? Thank you - sorry for posting so many problems.

3 Replies
Sofy
Posts: 4310
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi@zeeshan333),

Please leave your forum URL to allow us to debug the CSS conflict and provide a solution for you. 

2 Replies
(@zeeshan333)
Joined: 5 years ago

Estimable Member
Posts: 85
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4310

@zeeshan333

Please put the following CSS code in the "Custom CSS code" textarea (located in the Dashboard > Forums > Settings > Styles tab), save it, delete all caches and check again.

#wpforo #wpforo-wrap .wpf-field input[type="password"]{
margin: 2px !important;
padding: 4px 4px 4px 28px !important;
}

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.