Hello,
Is it possible to implement HTML in the language area to add an image with a link to use in the sign-in page area?
Regards,
Bobby
<div class="oxsoft_theme"></div>
in base.css or custom css area
.oxsoft_theme {
position: absolute;
top:0px ;
right :50px ;
background: url(images/oxsoft.jpg) no-repeat center center;
}
keep in mind that you must have to be basic knowledge of html and css for this .