Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Не помоглоНадо зайти в админку и внести изменения в шаблон EXTRA.css. Для просмотра ссылки Войдиили Зарегистрируйся.
/* START - Background image on forum */
@media (min-width: 1025px) {
html {
background: url(/@imagePath/styles/uix/uix/55e9d1417b70e.jpg) !important;
background-attachment: fixed !important;
background-size: cover !important;
}
}
@media (max-width: 1025px) {
#header {
background-color: @primaryDarker !important;
}
}
/* END - Background image on forum */