May 15, 2009 • posted by KickApps
Paste this blue code below in your custom css file: #ka_loginPopup { background-image:url(path to your image) !important; background-position:0px 0px; background-repeat:repeat; } —————————————————————————————– Options: #ka_loginPopup { background-image:url(path to your image) !important; background-position: 0px 0px;(if background-repeat is set on repeat than use 0px 0px otherwise enter the value to position the background.) background-repeat: repeat; (you can also [...]