Password Protection for a site not visually readable
Something you can not expect the customer.
Has this question never occurred to you?
Info:It is not about the Wordpress login page, but about the password when I secure a certain page with a password.
Sample-Link: http://daniel-schoenemann.de/password-test/
Greetings Daniel
Comments
sorry but it is unclear what do you want to achieve exactly, could you send some screenshots?
We see this: http://prntscr.com/igsxfz
thanks
body.page-id-1029 #Content{background:#000 !important;
}
body.page-id-1029 #Subheader {
background:#000 !important;
padding-top:100px;
}
You can read this to modify the css:
https://www.w3schools.com/css/css_background.asp
body.page-id-1029 #Content{background:#000 !important;
}
body.page-id-1029 #Subheader {
background:#000 !important;
padding-top:100px;
}
thanks
Please try that.
thanks
How can I insert a background image in full screen for the CSS page?
Would you send me the CSS code for this?
Greetings Daniel
body.page-id-1029 {background:url("URLtoIMG")no-repeat center center;
background-size:cover;
}
ody.page-id-1029 {background:url("URLtoIMG")no-repeat center center;
background-size:cover;
}
body.page-id-1029 {And please give full path URL to the images, I see you do not do that.background:url("URLtoIMG")no-repeat center center;
background-size:cover;
}
body.page-id-1029 #Content {
background-color:transparent !important;
min-height:700px !important;
}
thanks
I just metioned that you need to paste the whole URL with htttp:// if you did that then it is fine.
or is the css customization wrong?
Greetings Daniel
body.page-id-1029 #Wrapper, #Content {background:transparent !important;
}
Clear your cache.
You can ofcourse use cache plugins like w3 total cache.
thanks