Jump to content

Adding a banner graphic to the KitaBlue skin


Guest timburkart

Recommended Posts

Guest timburkart

I am in the process of modifying the KitaBlue skin to suit my color preferences and would like to add a banner graphic to the top of the page. Has anyone done this? I would like to position it such that it is to the left of the search box.

Thank you!

Tim

Link to comment
Share on other sites

Guest timburkart

I am in the process of modifying the KitaBlue skin to suit my color preferences and would like to add a banner graphic to the top of the page. Has anyone done this? I would like to position it such that it is to the left of the search box.

Thank you!

Tim

I figured it out. I had to update global/index.tpl and global/cart.tpl This is what I coded:

<body onload="initialiseMenu();{EXTRA_EVENTS}">

<div id="topBanner">

<img src="images/banner.jpg" alt="myDomain.com">

</div>

<div id="topHeader">

<div>{SEARCH_FORM}</div>

</div> <div>{SITE_DOCS}</div>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...