Skip Navigation

[Resolved] Need help to style the [wpv-login-form] shortcode

This support ticket is created 6 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

This topic contains 1 reply, has 1 voice.

Last updated by Robert Campbell 6 years, 4 months ago.

Author
Posts
#599420

I'm trying to customise my login form which I've created using the [wpv-login-form] shortcode.

I can see from previous support tickets that I should be able to use the CSS selectors at https://codex.wordpress.org/Customizing_the_Login_Form

Here's the list:-
body.login {}
body.login div#login {}
body.login div#login h1 {}
body.login div#login h1 a {}
body.login div#login form#loginform {}
body.login div#login form#loginform p {}
body.login div#login form#loginform p label {}
body.login div#login form#loginform input {}
body.login div#login form#loginform input#user_login {}
body.login div#login form#loginform input#user_pass {}
body.login div#login form#loginform p.forgetmenot {}
body.login div#login form#loginform p.forgetmenot input#rememberme {}
body.login div#login form#loginform p.submit {}
body.login div#login form#loginform p.submit input#wp-submit {}
body.login div#login p#nav {}
body.login div#login p#nav a {}
body.login div#login p#backtoblog {}
body.login div#login p#backtoblog a {}

I'm using a content template with the shortcode as follows

[wpv-login-form redirect_url="hidden link"]

And I tried using the CSS selectors in the content template CSS editor. But I can't get any of them to work.

My login page is at
hidden link

Can you advise please?

Regards

Robert

#599550

I managed to work it out of the weekend.

All fine.

Robert

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.