How to add custom HTML inside the header?

Hi all,

I’d like to add some other guff (Free shipping, contact details, email) etc to the header.

Is it the best practise to just hack this as hardcoded HTML into header.tpl?

(Needs to be HTML rather than an image, as I’d like the various texts to link)

Yes, but if you make only few changes it is best to keep the changed templates in a separate theme folder in /out directory. This is done by template override:

OK. Thanks alot Frank.
I’m using a custom theme, so all safe there.

I’m just looking now for the <a href> code I should use to link to internal CMS pages. Can you help me out there?

Ok Got it. Select radio button ‘Manual’ and you’ll get the link generated after save.

That’s it, and thanks for the update!