Hey there lstephan,
How are you doing today?
What you can do is simply replace the shortcode on Protected Content page with the custom text and this is what will be displayed when user that doesn’t have access tries to open protected content page.
Hope this helps 🙂
Cheers,
Bojan
Hi Bojan
Many thanks it works fine.
Otherwise, is it possible to change the height and size of input boxes from the login form?
Have a nice day.
Hey again lstephan,
Many thanks it works fine.
Awesome!
Otherwise, is it possible to change the height and size of input boxes from the login form?
Definitely, we should be able to change this with some custom CSS. In order to help you with this I’ll need you to post link to the page where I can see the login form and also let me know what exactly do you have in mind?
Looking forward for your response 🙂
Cheers,
Bojan
Hi Bojan,
Thanks for you reply here the url where i would like to change height (sizes) of the inpupt boxes (login form):
http://lostandpeatedspirits.fr/
Thanks a lot.
Cheers.
lstephan
Hey again lstephan,
Thanks for the link, to increase the width of those fields please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
.mycustomlogin p.ms-field {
width: 200px;
}
The original value is 130px, feel free to play with it to adjust the width to what ever suits you the most 🙂
Cheers,
Bojan
Sure thing, let me know how that goes 🙂
Have a nice day too!
Cheers,
Bojan