Hi
We have some pages that are password protected, and i have managed to change the background color to lightgrey, without issue, bu it runs full width of the content.
I have attempted to set the width to say 150px, with no success.
Is there a way to set the width of the field for password?
Thanks in Advance
Roger M
Updated page with issue
Hi webadmin_tsoavic,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top input#pwbox-461[type="password"] {
width: 250px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Ho Victoria,
Sorry no joy with this at all, in General settings it didnt work after page refresh, and in enfold/css/custom css i see the following error
Element (input#pwbox-461[type=”password”]) is overqualified, etc
Not sure what i need to change here
Roger M
Hi webadmin_tsoavic,
Try using it like this:
#top input#pwbox-461 {
width: 250px;
}
Best regards,
Victoria
Thankyou Victoria!
All working fine now
Much appreciate your time
RogerM
Hi Roger,
Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Please close Topic- all is working as per Victorias assistance.
Thanks Again
Hi webadmin_tsoavic,
Great :) We are closing the tread.
Best regards,
Victoria