2020-03-02, 07:13 PM
Example
![[Image: AXmiG5r.png]](https://camo.mybb.com/9d25e57456b6704a85f31d158ff95b09b3c112ef/68747470733a2f2f692e696d6775722e636f6d2f41586d694735722e706e67)
ACP>>Templates & Style>>Templates>>CHOOSE THEME>> Header>>header_welcomeblock_guest
add this
add this
ACP>>Templates & Style>>Templates>>CHOOSE THEME>> Header>>header_welcomeblock_guest
add this
<div class="guestbox mobilehide">
<span class="guestsimagewelcome1"></span>
</div>
ACP>>Templates & Style>>Themes>>Choose theme>>Global.cssadd this
.guestsimagewelcome1 {
background: url(https://anonshare.eu/images/register2.png);
background-repeat: no-repeat;
width: 300px;
height: 200px;
padding: 0 5px 3px;
position: fixed;
right: 1px;
bottom: 0px;
z-index: 1;
}