How to add images besides logo
Images
Place your images into the folder:
[Your_Magento] / skin / frontend / default / [Your_Skin] / images /
For example, b1.png and b2.png
PHTML
Open
[Your_Magento]/ app / design / frontend / default / lightshop_green / template / page / html / header.phtml
Insert the following code between <h2 class="logo">...</h2> tags
Maybe you will need to change css-styles. Please see Changing color frontend
How to remove logo image
Please replace your logo.gif with transparent logo.gif at
[YOUR_MAGENTO] / skin / frontend / default / [YOUR_SKIN] /images / logo.gif
or open
[YOUR_MAGENTO] / app / design / frontend / default / [YOUR_SKIN] / template / page / html / header.phtml
and delete