Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
oh so bro this exemple on that forum is using a xenforo option? not an add on ? cause i want exactly the same display and size but without global window texteYou can use the backstretch script we have built in to slide through images, check: Style Properties -> [XB] General Setup, we let you choose which div you want to place it on and set multiple images along with transition times.
.xbNoticeWrapper
{
box-sizing: border-box;
background: rgba(0, 0, 0, 0) url("http://image.noelshack.com/fichiers/2017/04/1485379020-imgpsh-fullsize.png") no-repeat scroll center center / 100% auto;
text-align: center;
color: #fff;
}
.xbNoticeInner
{
background-color: rgba(0, 0, 0, 0.20);
display: flex;
align-items: center;
justify-content: center;
min-height: 200px;
line-height: 1.4;
}
.xbNoticeContent h2
{
font-size: 26px;
font-weight: bold;
}
.xbNoticeContent h6
{
font-size: 22px;
padding-bottom: 7px;
}
.xbNoticeContent .button
{
height: 36px;
line-height: 34px;
padding: 0 15px;
}
.xbNoticeContent
{
background-color: rgba(0, 0, 0, 0.5);
padding: 10px;
}
Look again at Next the HTML -> https://pixelexit.com/resources/welcome-notice-general-banner.18/have you an idea how to make banner appear only on index for visitors ..?
thanks