Example:
Before:
<header> <h1>My Website Title</h1> </header>
After:
<header> <a href="/"> <img src="path/to/logo.png" alt="My Website Logo" /> </a> </header>
src
Example CSS:
header img { height: 60px; width: auto; vertical-align: middle; }
This will replace the textual title with a clickable logo that links back to the homepage.
Something big is brewing! Our store is in the works and will be launching soon!