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] Password entry styling issue

4 Posts
2 Users
0 Reactions
978 Views
Posts: 85
Topic starter
(@zeeshan333)
Estimable Member
Joined: 6 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 6 years ago

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

Support Team
Posts: 5483

@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.