Example
[hide]
ACP>>Templates & Style>>Templates>>CHOOSE THEME>> Header>>header_welcomeblock_guest
add this
ACP>>Templates & Style>>Themes>>Choose theme>>Global.css
add this
[/hide]
[hide]
ACP>>Templates & Style>>Templates>>CHOOSE THEME>> Header>>header_welcomeblock_guest
add this
Code:
<div class="guestbox mobilehide">
<span class="guestsimagewelcome1"></span>
</div>
add this
Code:
.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;
}