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] Fields zoom in on iPhone

11 Posts
3 Users
1 Reactions
1,928 Views
Posts: 446
Topic starter
(@danniee)
Honorable Member
Joined: 6 years ago

Bump. Any way I can increase the font size for the input field for login? I assume it should something to do with this:

wpf-login-text
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap

font-size: 17px;

1 Reply
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

@danniee,

Try this CSS code. Put it in Dashboard > Forums > Settings > Styles Tab > Custom CSS Code textarea, save it, delete all caches, and use private/incognito tab of mobile device browsers to avoid those hard caches and see the changes:

@media screen and (max-width: 1000px) {
    #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="text"], #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="password"], #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="email"], #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="checkbox"], #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="radio"] {
        font-size: 17px!important;
    }
}
Posts: 446
Topic starter
(@danniee)
Honorable Member
Joined: 6 years ago

Hi @robert that worked like a charm!! Thank you so much 🙂

Page 2 / 2