• Resolved gjalto

    (@gjalto)


    I would like the font size of the user change. Also the readability of user, password and captcha. So that the letters are in bold.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gjalto

    (@gjalto)

    Hello,
    It was hard to find which file I had to change. Finally I found the file here:
    ///wp-content/plugins/login-sidebar-widget/view/frontend/login.php and captcha.php
    <label for=”userusername”><b><?php _e(‘Username’,’login-sidebar-widget’);?></b></label so I put there the <b> and </b>
    and label for=”userpassword”><b><?php _e(‘Password’,’login-sidebar-widget’);?></b> </lab

    or you can just use css so you don’t have to change it back for every single update there will be :

    label[for=username], label[for=userpassword]
    {
        font-weight: bold;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to use the css code’ is closed to new replies.