-
AuthorPosts
-
December 4, 2023 at 9:46 am #1427108
Hello everyone
I have inserted a background on all pages except home with the following css-code
Example: https://dorfgeschichte.li/links/
It does not work for the password page
Link: https://dorfgeschichte.li/interner-bereich-vorstand/
I can also enter this with the page numberThank you
kind regards
FranzDecember 4, 2023 at 10:09 am #1427113sadly there is no class for those pages that are password protected – so maybe it is only possible to use the page-id of those pages.
#top.page-id-15240 .container_wrap.container_wrap_first { background: url(//dorfgeschichte.li/wp-content/themes/enfold/images/background-images/floral-dark-compressed.png) !important; background-repeat: repeat; }
but: because you set the background to all pages ( except the home page ) to wrap_all container – you only need to get rid of the backgrounds overlaying this:
#top.page-id-15240 #main, #top.page-id-15240 .container_wrap.container_wrap_first { background: transparent !important; min-height: 75vh }
December 4, 2023 at 10:58 am #1427116hallo Guienna
ich schreibe dir mal deutsch, das ist einfacher für ich
wenn es für dich passt?
danke mit dem Hintergrund passt super so
wenn ich die min-height: 75vh einstelle passt das super.bei den anderen seiten habe ich auch so eingestellt:
#top:not(.home) #wrap_all {
min-height: 75vh;
background-image: url(/wp-content/themes/enfold/images/background-images/floral-dark-compressed.png) !important;
background-repeat: repeat;
}aber dort habe ich dann eine ganz andere höhe
danke für deine Rückantwort
freundliche Grüsse FranzDecember 5, 2023 at 1:06 am #1427181Hi,
It looks like Guenni007’s solution is working for you, thank you Guenni007!
You linked to another page: https://dorfgeschichte.li/geschichte/
but the solution seems to also be working there so I’m not sure what your new question is, perhap Google Translate is not working correctly for me?Best regards,
MikeDecember 5, 2023 at 7:17 am #1427193Many thanks
Mike
that all fits for me
you can close this requestkind regards
FranzzDecember 5, 2023 at 7:51 am #1427197 -
AuthorPosts
- The topic ‘show background on password page’ is closed to new replies.