Hi,
You can definitely customize the styles of the form with CSS.
The login form ID is rc_login_form, the login name field ID is rc_user_login, the login password field ID is rc_user_pass, the remember me checkbox ID is rc_user_remember, and the login button ID is rc_login_submit.
With that info, here’s an example of some CSS you could use to target the login name field:
#rc_user_login { padding: 20px; }
Hope that helps!
Thanks for answer quickly. What file should I use to apply this?
No need to edit files. Go to Appearance > Customize > Additional CSS in your WP admin and you can add the custom CSS there.
Thanks.
Is it possible to design the submit button?
You should be able to do that with #rc_login_submit mentioned above.
it’s great! thank you very much.
the “Log out” button is #rcp_logged_in ???
with the button #rc_login_submit I can do it without problem ..
I have changed without problems the #rc_login_submit, #rc_login_form,
#rc_lostpassword_submit
What am I doing wrong to change to #rc_logged_in?
thanks!!!!
You can do the logout link with .rc_logged_in a
You can identify these classes and IDs by examining the form in your web browser’s developer tools. https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools
hi.
I just use that tool to identify.
with others I had no problem. I just can not customize that button. I already use #rc_looged_in_a #rc_looged_in or .rc_logged_in_a . rc_logged_in but I do not see any change. bug?
thanks for your help.
Your site is running the Pro version of our plugin. If you need support, please open a ticket at https://restrictcontentpro.com/support.
i found solution!
i wrong type “id”, i Clean and re-write code CSS and now efect great!!!
thanks you!