hi,
is it possible to add fullScreen background image for 404 page ?
How can I do?
thank you.
Hey master-t!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.error404 #footer, .error404 .sidebar, .error404 .title_container { display: none !important; }
.error404 .content { width: 100% !important; border: none !important; }
.error404 #main { background-image: url(https://kriesi.at/themes/enfold-coming-soon/files/2014/09/people_town_dark.jpg); }
.error404 .main_color { background-color: transparent; }
.error404 .container_wrap { border: none; }
Best regards,
Yigit
Merhabalar!
Daha saglikli bir cozum bulabilmemiz acisindan sitenizin linkini gonderebilir misiniz lutfen? :)
Saygilar,
Yigit
Hey!
Lutfen assagidaki koduda Quick CSS bolumunu ekleyin ve arkaplan resminizin yuksekligine gore yuksekligi ayarlayin
.error404 main {
min-height: 2000px;
}
Best regards,
Yigit
Hi!
Assagidaki kodu Quick CSS bolumune ekleyerek socket bolumunu fixed yapabilirsiniz
.error404 #socket { position: fixed; bottom: 0; width: 100%; }
bu sayede “bottom: 0;” calismis olur. Bu cozumde fayda etmezse, malesef sitenize goz atmamiz gerekicek
Regards,
Yigit