Hari Could you suggest code to swap images, is it possible with custom css?
You could try this:
.Header-logo {content: url(image.jpg);}
Should work but haven't tested it, if not then you probably need to hide the existing image using display none and insert the new one using a before or after pseudo-element.