If you want change logo or style in POS panel , you can goto admin / pos / setting / Pos layout setting and use CSS to update style
This is a custom css you can use to change POS logo in POS panel
.top-pos-logo-desktop{
overflow: hidden;
}
.top-pos-logo-desktop p{
text-indent: -999px;
background: url(Your_logo_image_url) no-repeat;
background-size: cover
}
.top-pos-logo-mobile a{
text-indent: -999px;
background: url(Your_logo_image_url) no-repeat;
display: inline-block;
width: 30px;
height: 30px;
background-size: cover;
}
save change and refresh POS to see effect.
No comments:
Post a Comment